SCons: Remove duplicate PLATFORM_LINKFLAGS from makesdna and makesrna

Hopefully it'll fix "anonymous version tag cannot be combined with other version"
compilation error.
This commit is contained in:
Sergey Sharybin 2014-11-20 15:28:37 +05:00
parent 8b2fbd6bbf
commit 5d85949b2d
2 changed files with 0 additions and 2 deletions

@ -64,7 +64,6 @@ if sys.platform != 'cygwin':
makesdna_tool.Append (CPPDEFINES = defines)
makesdna_tool.Append( CFLAGS = env['CFLAGS'])
makesdna_tool.Append( CCFLAGS = env['CCFLAGS'])
makesdna_tool.Append( LINKFLAGS = env['PLATFORM_LINKFLAGS'])
targetdir = normpath(root_build_dir+'/lib')
if not (root_build_dir[0]==os.sep or root_build_dir[1]==':'):

@ -191,7 +191,6 @@ makesrna_tool.Append (LIBPATH = libdir)
makesrna_tool.Append( CFLAGS = env['CFLAGS'])
makesrna_tool.Append( CCFLAGS = env['CCFLAGS'])
makesrna_tool.Append( LINKFLAGS = env['PLATFORM_LINKFLAGS'])
if env['BF_PROFILE']:
makesrna_tool.Append (LINKFLAGS = env['BF_PROFILE_FLAGS'])