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>2011-12-13 02:17:02 +0400
committerJens Verwiebe <info@jensverwiebe.de>2011-12-13 02:17:02 +0400
commit94bc2b0cffd27dc74f428aee86ca9e2782a14e0a (patch)
tree729f493b7dccbe188d2638c941b42d9032538288 /build_files
parent01478a3743f1d1fe3d641ff498953af027ca2e60 (diff)
OSX: proper scons config and linking weak for jackOSX and errorhandling
Diffstat (limited to 'build_files')
-rw-r--r--build_files/scons/config/darwin-config.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/build_files/scons/config/darwin-config.py b/build_files/scons/config/darwin-config.py
index e0b8822ce36..b84890fbba3 100644
--- a/build_files/scons/config/darwin-config.py
+++ b/build_files/scons/config/darwin-config.py
@@ -148,12 +148,12 @@ BF_CXX = '/usr'
WITH_BF_STATICCXX = False
BF_CXX_LIB_STATIC = '${BF_CXX}/lib/libstdc++.a'
-# TODO - set proper paths here (add precompiled to lib/ ? )
-WITH_BF_JACK = False
-BF_JACK = '/usr'
-BF_JACK_INC = '${BF_JACK}/include/jack'
+# we use simply jack framework
+WITH_BF_JACK = True
+BF_JACK = '/Library/Frameworks/Jackmp.framework'
+BF_JACK_INC = '${BF_JACK}/headers'
BF_JACK_LIB = 'jack'
-BF_JACK_LIBPATH = '${BF_JACK}/lib'
+BF_JACK_LIBPATH = '${BF_JACK}'
WITH_BF_SNDFILE = True
BF_SNDFILE = LIBDIR + '/sndfile'