fix for cross compiling in old debian
This commit is contained in:
parent
9b7f730b43
commit
2fca98caed
|
@ -43,7 +43,7 @@ window.cpp
|
|||
|
||||
# TODO this is probably .obj if built on a Windows system...
|
||||
my_list.append('res.o')
|
||||
env.Command('res.o', 'res.rc', env['WINDRES'] + ' -o $TARGET $SOURCE')
|
||||
env.Command('res.o', 'res.rc', env['WINDRES'] + ' -I/src/drivers/win -o $TARGET $SOURCE')
|
||||
|
||||
subdirs = Split("""
|
||||
directx
|
||||
|
|
Loading…
Reference in New Issue