Skip to content

Commit 7c0ef6d

Browse files
committed
Merge pull request #226 from dead/patch-1
fix cython use vc script
2 parents 43be39a + 5c62f5d commit 7c0ef6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ def _create_batch_scripts(self):
668668
""")
669669

670670
self.create_batch_script('make_cython_use_vc.bat', r"""@echo off
671+
call %~dp0env.bat
671672
set pydistutils_cfg=%WINPYDIR%\..\settings\pydistutils.cfg
672673
echo [config]>%pydistutils_cfg%
673674
""")

0 commit comments

Comments
 (0)