Replaced SET(LIBRARY_PATH) with LINK_DIRECTORIES

This commit is contained in:
Tres Finocchiaro
2014-04-01 20:07:44 -07:00
parent 77b2261630
commit 4bfb989151

View File

@@ -52,7 +52,7 @@ IF(LMMS_BUILD_APPLE)
SET(STATUS_ALSA "<not supported on this platform>")
SET(STATUS_PULSEAUDIO "<not supported on this platform>")
# MacPorts: /opt/local/lib
SET(LIBRARY_PATH "/opt/local/lib:${LIBRARY_PATH}")
LINK_DIRECTORIES(${LINK_DIRECTORIES} /opt/local/lib)
ENDIF(LMMS_BUILD_APPLE)