this restores building on mingw with Collada support, also it restores cross compiling, thanks to Sergey Sharybin for the patch. Note that the icons for linux cross might not be committed here, if not i'll add them in another commit
This commit is contained in:
@@ -10,5 +10,5 @@ if env['WITH_BF_GAMEENGINE']:
|
||||
if env['WITH_BF_PLAYER']:
|
||||
SConscript (['blenderplayer/bad_level_call_stubs/SConscript'])
|
||||
|
||||
if env['OURPLATFORM'] in ('win64-vc', 'win32-vc', 'win32-mingw'):
|
||||
if env['OURPLATFORM'] in ('win64-vc', 'win32-vc', 'win32-mingw', 'linuxcross'):
|
||||
SConscript (['icons/SConscript'])
|
||||
|
Reference in New Issue
Block a user