diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-09-26 20:05:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-26 20:05:08 (GMT) |
commit | 00f6b1a868af4543f14b385d63ec274d6feca3e8 (patch) | |
tree | 46e1f2f740212c5cf4893bf3c3133c0d1f4c8259 /test/ninja | |
parent | 3e172324f2e47581c173e1bd0ae8d8d1237067ae (diff) | |
parent | 46a57536bc53d71840bdfd29cb2fb16e6737035f (diff) | |
download | SCons-00f6b1a868af4543f14b385d63ec274d6feca3e8.zip SCons-00f6b1a868af4543f14b385d63ec274d6feca3e8.tar.gz SCons-00f6b1a868af4543f14b385d63ec274d6feca3e8.tar.bz2 |
Merge branch 'master' into ninja_fix_mkdir
Diffstat (limited to 'test/ninja')
-rw-r--r-- | test/ninja/build_libraries.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ninja/build_libraries.py b/test/ninja/build_libraries.py index 385a493..325031b 100644 --- a/test/ninja/build_libraries.py +++ b/test/ninja/build_libraries.py @@ -25,7 +25,7 @@ import os import TestSCons from TestCmd import IS_WINDOWS, IS_MACOS -from TestSCons import _python_, _exe, _lib, lib_, _dll, dll_ +from TestSCons import _exe, _lib, lib_, _dll, dll_ test = TestSCons.TestSCons() |