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-09-10 22:56:33 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-09-10 22:56:33 +0400
commitba13c1606510a5bc92504698f3c4edad53d4480b (patch)
treecd113309c64b31c8d84ada439c89ee2a7222f0e7 /CMakeLists.txt
parent5b95903c82319130fb2ccf015b762f2ec25c2f7a (diff)
OSX/cmake: assure finding jack framework
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a692a63782b..96853353dbe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1624,7 +1624,7 @@ elseif(APPLE)
endif()
if(WITH_JACK)
- set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -weak_framework jackmp")
+ set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -F/Library/Frameworks -weak_framework jackmp")
endif()
else()