2.5 / SCons
Blender builds and links on Linux. For now without BGE and its player, but that will come. Priorities are still a mess, so expect more commits soon.
This commit is contained in:
@@ -5,4 +5,4 @@ sources = env.Glob('intern/*.cpp')
|
||||
|
||||
incs = 'include'
|
||||
|
||||
env.BlenderLib ('bf_moto', sources, Split(incs), [], libtype=['intern', 'player'], priority = [15, 130] )
|
||||
env.BlenderLib ('bf_moto', sources, Split(incs), [], libtype=['intern'], priority = [130] )
|
||||
|
Reference in New Issue
Block a user