scons: Fix cross-compilation.
Hairy stuff. Don't know how to do it better though.
This commit is contained in:
parent
0448f73f06
commit
e1bc68b014
4 changed files with 89 additions and 42 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue