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 'extern/qhull/SConscript')
-rw-r--r--extern/qhull/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/qhull/SConscript b/extern/qhull/SConscript
index 1be051c4623..d1bd0699e2b 100644
--- a/extern/qhull/SConscript
+++ b/extern/qhull/SConscript
@@ -12,6 +12,8 @@ elif sys.platform=='win32':
qhull_env.Append (CCFLAGS = ['/O2'])
elif sys.platform=='sunos':
qhull_env.Append (CCFLAGS = ['Xc', '-v', '-fast'])
+elif sys.platform=='darwin':
+ qhull_env.Append (CCFLAGS = ['-O2', '-pipe', '-fPIC', '-funsigned-char', '-ffast-math'])
else:
qhull_env.Append (CCFLAGS = cflags)
qhull_env.Append (CPPDEFINES = defines)