diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-12-28 05:17:46 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-12-28 05:17:46 (GMT) |
commit | 91e60397c7792d33b2df9f39608aec51d383d118 (patch) | |
tree | cdb9c808e50166dd58da7f2c49ce54ef653b657d /test/Clang | |
parent | a251629aa5e103f357f7d13b2920cbce59853d3f (diff) | |
download | SCons-91e60397c7792d33b2df9f39608aec51d383d118.zip SCons-91e60397c7792d33b2df9f39608aec51d383d118.tar.gz SCons-91e60397c7792d33b2df9f39608aec51d383d118.tar.bz2 |
Fix test\win32\mingw.py. Note still need to track down why _LIBDIRFLAGS is evaluating to $( $) in the new code, but not in master
Diffstat (limited to 'test/Clang')
-rw-r--r-- | test/Clang/clang_shared_library.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Clang/clang_shared_library.py b/test/Clang/clang_shared_library.py index 83fa4dd..4f3e50d 100644 --- a/test/Clang/clang_shared_library.py +++ b/test/Clang/clang_shared_library.py @@ -1,6 +1,8 @@ #!/usr/bin/env python # -# __COPYRIGHT__ +# MIT License +# +# Copyright The SCons Foundation # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -22,8 +24,6 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" - import TestSCons from SCons.Environment import Base |