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:
Diffstat (limited to 'intern/locale/SConscript')
-rw-r--r--intern/locale/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/locale/SConscript b/intern/locale/SConscript
index 24828c120ec..02b4d6cda1b 100644
--- a/intern/locale/SConscript
+++ b/intern/locale/SConscript
@@ -29,6 +29,10 @@ Import('env')
sources = env.Glob('*.cpp')
+if env['OURPLATFORM'] in ['darwin']:
+ # Cocoa code to read user locale on OSX
+ sources.append('osx_user_locale.mm')
+
incs = '.'
defs = []