Fixed environment variables used for compiling the Python extension
This commit is contained in:
parent
1cdec7a851
commit
3625c733ea
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ if localenv['OS'] == 'Windows':
|
|||
|
||||
for var in ('VS80COMNTOOLS', 'VS90COMNTOOLS', 'VS100COMNTOOLS'):
|
||||
if var in os.environ:
|
||||
localenv[var] = os.environ[var]
|
||||
localenv['ENV'][var] = os.environ[var]
|
||||
|
||||
make_setup = localenv.SubstFile('setup.py', 'setup.py.in')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue