0

Work on windows build with gitlab CI

This commit is contained in:
Andrew Chin
2016-12-31 12:49:01 -05:00
parent 4259c5eacd
commit 884f8548e7
4 changed files with 127 additions and 2 deletions

View File

@@ -288,6 +288,8 @@ class CustomBuildExt(build_ext):
# customize the build options for this compilier
for e in self.extensions:
e.extra_link_args.append("/MANIFEST")
e.extra_link_args.append("/DWINVER=0x060")
e.extra_link_args.append("/D_WIN32_WINNT=0x060")
if c == "unix":
# customize the build options for this compilier
for e in self.extensions: