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-05 19:37:59 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-11-05 19:37:59 +0400
commit78d8a1417467a27986b8f63d1aed2f27560a6acd (patch)
tree8cdf212305b516048fed1fc80e423977a5a02d4e /SConstruct
parenta7253add34b6a35b65840d8653a86bf5f5c23f25 (diff)
OSX: complety remove the cocoa options, definitions and conditionals now
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 9f9eaa886a3..07227e6bd06 100644
--- a/SConstruct
+++ b/SConstruct
@@ -342,9 +342,6 @@ if env['WITH_BF_OPENMP'] == 1:
else:
env.Append(CCFLAGS=['-fopenmp'])
-if env['WITH_GHOST_COCOA'] == True:
- env.Append(CPPFLAGS=['-DGHOST_COCOA'])
-
if env['USE_QTKIT'] == True:
env.Append(CPPFLAGS=['-DUSE_QTKIT'])