2.5 scons compile error fix for bsp lib
This commit is contained in:
@@ -6,7 +6,7 @@ sources = env.Glob('intern/*.cpp')
|
|||||||
incs = 'intern ../container ../moto/include ../memutil'
|
incs = 'intern ../container ../moto/include ../memutil'
|
||||||
|
|
||||||
if (env['OURPLATFORM'] == 'win32-mingw'):
|
if (env['OURPLATFORM'] == 'win32-mingw'):
|
||||||
env.BlenderLib ('blender_BSP', sources, Split(incs), [], libtype=['common','intern'], priority=[26,26] )
|
env.BlenderLib ('blender_BSP', sources, Split(incs), [], libtype='core', priority=26 )
|
||||||
else:
|
else:
|
||||||
env.BlenderLib ('blender_BSP', sources, Split(incs), [], libtype='core', priority=20 )
|
env.BlenderLib ('blender_BSP', sources, Split(incs), [], libtype='core', priority=20 )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user