OSX/cmake: fix jack compile

This commit is contained in:
Jens Verwiebe
2012-11-08 19:50:25 +00:00
parent 360528d667
commit b537758192

View File

@@ -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)