scons options BF_CXX, WITH_BF_STATICCXX, BF_CXX_LIB_STATIC for static linking to stdc++ because of problems running blender on some systems.
This commit is contained in:
@@ -120,7 +120,8 @@ def setup_staticlibs(lenv):
|
||||
|
||||
|
||||
libincs += Split(lenv['BF_FFMPEG_LIBPATH'])
|
||||
|
||||
if lenv['WITH_BF_STATICCXX']:
|
||||
statlibs += Split(lenv['BF_CXX_LIB_STATIC'])
|
||||
if lenv['WITH_BF_OPENEXR']:
|
||||
libincs += Split(lenv['BF_OPENEXR_LIBPATH'])
|
||||
if lenv['WITH_BF_STATICOPENEXR']:
|
||||
|
Reference in New Issue
Block a user