Skip to content

Commit b1881b1

Browse files
committed
BLD: do not propagate PYTHONPATH to scons commands.
Not needed as scons does not execute any Python jobs that would need PYTHONPATH.
1 parent a6b8913 commit b1881b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SConstruct

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ def subdictionary(d, keyset):
2727

2828
# copy system environment variables related to compilation
2929
DefaultEnvironment(ENV=subdictionary(os.environ, '''
30-
PATH PYTHONPATH
31-
CPATH CPLUS_INCLUDE_PATH LIBRARY_PATH LD_RUN_PATH
30+
PATH CPATH CPLUS_INCLUDE_PATH LIBRARY_PATH LD_RUN_PATH
3231
LD_LIBRARY_PATH DYLD_LIBRARY_PATH DYLD_FALLBACK_LIBRARY_PATH
3332
MACOSX_DEPLOYMENT_TARGET
3433
'''.split())

0 commit comments

Comments
 (0)