From 8d1163c639253e76fec3f69fead716a51068ea37 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Sep 2008 03:05:02 +0000 Subject: scons options BF_CXX, WITH_BF_STATICCXX, BF_CXX_LIB_STATIC for static linking to stdc++ because of problems running blender on some systems. --- config/darwin-config.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/darwin-config.py') diff --git a/config/darwin-config.py b/config/darwin-config.py index 70d2281b1f7..0eb275dcaf4 100644 --- a/config/darwin-config.py +++ b/config/darwin-config.py @@ -95,6 +95,11 @@ BF_OPENAL_LIBPATH = '${BF_OPENAL}/lib' # Warning, this static lib configuration is untested! users of this OS please confirm. BF_OPENAL_LIB_STATIC = '${BF_OPENAL}/lib/libopenal.a' +# Warning, this static lib configuration is untested! users of this OS please confirm. +BF_CXX = '/usr' +WITH_BF_STATICCXX = 'false' +BF_CXX_LIB_STATIC = '${BF_CXX}/lib/libstdc++.a' + WITH_BF_SDL = 'true' BF_SDL = LIBDIR + '/sdl' #$(shell sdl-config --prefix) BF_SDL_INC = '${BF_SDL}/include' #$(shell $(BF_SDL)/bin/sdl-config --cflags) -- cgit v1.2.3