scons: Fix cross-compilation.
Hairy stuff. Don't know how to do it better though.
This commit is contained in:
@@ -3,6 +3,9 @@ Import('*')
|
||||
if env['platform'] == 'windows':
|
||||
SConscript('getopt/SConscript')
|
||||
SConscript('talloc/SConscript')
|
||||
else:
|
||||
talloc = 'talloc'
|
||||
Export('talloc')
|
||||
|
||||
SConscript('glsl/SConscript')
|
||||
SConscript('mapi/glapi/SConscript')
|
||||
|
||||
Reference in New Issue
Block a user