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
path: root/config
diff options
context:
space:
mode:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-05-05 23:26:10 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-05-05 23:26:10 +0400
commit914a4d1a6c39b90ca631fa82742097749236322d (patch)
tree895b62d20fd6789b80c93340fcb7399f7027d56e /config
parent102868467b619734f985718c4b1e8a483c56e911 (diff)
soc-2008-mxcurioni: lib3ds compiles as an external library
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index 071a245202b..856317cd627 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -162,7 +162,7 @@ WITH_BF_YAFRAY = 'true'
WITH_BF_FREESTYLE = 'true'
BF_FREESTYLE = '#extern/freestyle'
-BF_FREESTYLE_SRC = '${BF_FREESTYLE}/src'
+BF_FREESTYLE_SRC = '#source/blender/freestyle/src'
BF_SWIG = '${BF_FREESTYLE}/swig'
BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
BF_LIB3DS_LIB = 'extern_lib3ds'