We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da6ecd commit e92d324Copy full SHA for e92d324
tools/ios.py
@@ -2,7 +2,7 @@
2
import sys
3
import subprocess
4
import common_compiler_flags
5
-from SCons.Variables import *
+from SCons.Variables import BoolVariable
6
7
if sys.version_info < (3,):
8
tools/linux.py
@@ -1,5 +1,5 @@
1
from SCons.Tool import clang, clangxx
tools/windows.py
import my_spawn
from SCons.Tool import msvc, mingw
def options(opts):
0 commit comments