Skip to content

Commit

Permalink
setup.py: whitespace fix (tab to spaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenlau committed Aug 22, 2016
1 parent ce935c0 commit b1a5c8d
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 @@ -247,7 +247,7 @@ def build_java2cpython(self):
debug=self.debug)
needs_manifest = sys.platform == 'win32' and sys.version_info.major == 2 and not is_mingw
extra_postargs = ["/MANIFEST"] if needs_manifest else None
libraries = ["python2.7"] if is_mingw else None
libraries = ["python2.7"] if is_mingw else None
self.compiler.link(
CCompiler.SHARED_OBJECT,
objects, lib_name,
Expand Down

0 comments on commit b1a5c8d

Please sign in to comment.