projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
360528d
)
OSX/cmake: fix jack compile
author
Jens Verwiebe <info@jensverwiebe.de>
Thu, 8 Nov 2012 19:50:25 +0000
(19:50 +0000)
committer
Jens Verwiebe <info@jensverwiebe.de>
Thu, 8 Nov 2012 19:50:25 +0000
(19:50 +0000)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 7da2da4d61f978ce303ba39c2ce1f482ae840b62..fa6d8711514297e8817bfdb12b9377bda9461ceb 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-1383,7
+1383,7
@@
elseif(APPLE)
endif()
if(WITH_JACK)
- set(JACK /usr)
+ set(JACK /usr
/local
)
set(JACK_INCLUDE_DIRS ${JACK}/include/jack)
set(JACK_LIBRARIES jack)
set(JACK_LIBPATH ${JACK}/lib)