mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
scons: Remove debug print statement.
Fixes Python IndexError exception with default SCons build.
This commit is contained in:
parent
6f77b751b6
commit
0293b1abf5
1 changed files with 0 additions and 2 deletions
|
|
@ -38,8 +38,6 @@ else:
|
|||
default_machine = _platform.machine()
|
||||
default_machine = _machine_map.get(default_machine, 'generic')
|
||||
|
||||
print "sys.argv = " + sys.argv[2]
|
||||
|
||||
|
||||
# find default_llvm value
|
||||
if 'LLVM' in os.environ:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue