From c239baa0badfdc0170159d2bd45c05618f6ed8f9 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Sat, 16 Nov 2013 22:13:51 +0100 Subject: OSX/scons: small reorder and spelling --- intern/locale/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/locale/SConscript') diff --git a/intern/locale/SConscript b/intern/locale/SConscript index 3fb3e1f8993..42941e2105f 100644 --- a/intern/locale/SConscript +++ b/intern/locale/SConscript @@ -60,7 +60,7 @@ if env['WITH_BF_INTERNATIONAL']: msgfmt_tool = env.Clone() targetpath = root_build_dir + '/msgfmt' if env['OURPLATFORM'] == 'darwin': - msgfmt_tool.Replace( LINKFLAGS = '/usr/lib/libgcc_s.1.dylib /usr/lib/libstdc++.6.dylib /usr/lib/libSystem.B.dylib') # only need this dependencies + msgfmt_tool.Replace( LINKFLAGS = '/usr/lib/libgcc_s.1.dylib /usr/lib/libstdc++.6.dylib /usr/lib/libSystem.B.dylib') # only need these dependencies msgfmt_target = msgfmt_tool.Program(target = targetpath, source = ['msgfmt.cc']) -- cgit v1.2.3