提交 2b7ac19e authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Minor typo fix

上级 de717450
...@@ -1431,7 +1431,7 @@ class GCC_compiler(object): ...@@ -1431,7 +1431,7 @@ class GCC_compiler(object):
preargs.append('-fPIC') preargs.append('-fPIC')
if sys.platform == 'win32' and local_bitwidth() == 64: if sys.platform == 'win32' and local_bitwidth() == 64:
# Under 64-bits windows installation, sys.platform is 'win32'. # Under 64-bit Windows installation, sys.platform is 'win32'.
# We need to define MS_WIN64 for the preprocessor to be able to # We need to define MS_WIN64 for the preprocessor to be able to
# link with libpython. # link with libpython.
preargs.append('-DMS_WIN64') preargs.append('-DMS_WIN64')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论