Tweak priority so link error on Linux is solved. Reported by Hypercrush on IRC.

This commit is contained in:
Nathan Letwory
2011-02-14 21:00:49 +00:00
parent ba0d167d2a
commit d4ebace149

View File

@@ -21,4 +21,4 @@ if env['BF_NO_ELBEEM']:
env.BlenderLib ( libname = 'bf_modifiers', sources = sources,
includes = Split(incs), defines=defs,
libtype=['core','player'], priority = [180, 40] )
libtype=['core','player'], priority = [80, 40] )