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-04-06 22:06:06 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-04-06 22:06:06 +0400
commitbe2626f9f471677e6248fdfb8bb2a31a67e63c43 (patch)
tree43a221f23a4dc9e65b798fdb11277cf595b81c89 /build_files/scons/config
parent464a149b2120f65aef4a667ae27e608e82775497 (diff)
Fix freestyle compile with scons
Diffstat (limited to 'build_files/scons/config')
-rw-r--r--build_files/scons/config/darwin-config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_files/scons/config/darwin-config.py b/build_files/scons/config/darwin-config.py
index 267505bc449..64fe395caa1 100644
--- a/build_files/scons/config/darwin-config.py
+++ b/build_files/scons/config/darwin-config.py
@@ -110,6 +110,9 @@ if CC[:-2].endswith('4.6'):
else:
WITH_BF_OPENMP = False
+# enable freestyle support
+WITH_BF_FREESTYLE = True
+
# enable ffmpeg support
WITH_BF_FFMPEG = True
BF_FFMPEG = LIBDIR + '/ffmpeg'