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 2fdac1c commit 8e22ac2Copy full SHA for 8e22ac2
tools/ios.py
@@ -2,7 +2,7 @@
2
import sys
3
import subprocess
4
import ios_osxcross
5
-from SCons.Variables import *
+from SCons.Variables import BoolVariable
6
7
if sys.version_info < (3,):
8
tools/linux.py
@@ -1,4 +1,4 @@
1
from SCons.Tool import clang, clangxx
tools/windows.py
@@ -3,7 +3,7 @@
import my_spawn
from SCons.Tool import msvc, mingw
9
def options(opts):
0 commit comments