Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2013-11-17 01:13:51 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-11-17 01:13:51 +0400
commitc239baa0badfdc0170159d2bd45c05618f6ed8f9 (patch)
tree277ab04da6f92c9f004904fbdabf5898a289b8ae /intern/locale
parenta05e90f5fca40aeb0fa14211edbd80416ffc2cb3 (diff)
OSX/scons: small reorder and spelling
Diffstat (limited to 'intern/locale')
-rw-r--r--intern/locale/SConscript2
1 files changed, 1 insertions, 1 deletions
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'])