Skip to content

Commit bd8c272

Browse files
devnexenlukas-w
authored andcommitted
Using the cmake variable will insure the proper value
regardless of the platform (already available in 2.0.7 version)
1 parent 96c5f05 commit bd8c272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ IF(WANT_JACK)
381381
SET(STATUS_JACK "OK (weak linking enabled)")
382382
SET(JACK_INCLUDE_DIRS "")
383383
# use dlsym instead
384-
SET(JACK_LIBRARIES "dl")
384+
SET(JACK_LIBRARIES ${CMAKE_DL_LIBS})
385385
ELSE()
386386
SET(STATUS_JACK "OK")
387387
ENDIF()

0 commit comments

Comments
 (0)