Skip to content

Commit

Permalink
setup.py: We are looking for headers not sources (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
thopiekar authored and mhammond committed May 15, 2018
1 parent b69d0e8 commit d64fac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def finalize_options(self, build_ext):
else:
suffix = ""
self.extra_link_args.append("/IMPLIB:%s%s.lib" % (implib, suffix))
# Try and find the MFC source code, so we can reach inside for
# Try and find the MFC headers, so we can reach inside for
# some of the ActiveX support we need. We need to do this late, so
# the environment is setup correctly.
# Only used by the win32uiole extensions, but I can't be
Expand Down

0 comments on commit d64fac8

Please sign in to comment.