From 2a3d159b06be1c19541f21f5591566c94ab2735c Mon Sep 17 00:00:00 2001 From: Ken Hughes Date: Mon, 28 Apr 2008 16:14:31 +0000 Subject: Add BF_X264_CONFIG and BF_XVIDCORE_CONFIG flags to scons, to allow passing configuration info for cross-compiling to ./configure scripts. Also let makesdna use PLATFORM_LINKFLAGS. --- source/blender/makesdna/intern/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/intern/SConscript b/source/blender/makesdna/intern/SConscript index 872fd515f1d..574e289d3a9 100644 --- a/source/blender/makesdna/intern/SConscript +++ b/source/blender/makesdna/intern/SConscript @@ -25,6 +25,7 @@ if sys.platform != 'cygwin': makesdna_tool.Append (CCFLAGS = cflags) makesdna_tool.Append (CPPDEFINES = defines) makesdna_tool.Append (LIBPATH = '#'+root_build_dir+'/lib') +makesdna_tool.Append (LINKFLAGS = env['PLATFORM_LINKFLAGS']) if env['BF_PROFILE']: makesdna_tool.Append (LINKFLAGS = env['BF_PROFILE_FLAGS']) -- cgit v1.2.3