Skip to content

Commit

Permalink
Cmake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed May 7, 2022
1 parent d0201d6 commit 150ea04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ if(UNIX AND NOT APPLE)
JUCE_MODAL_LOOPS_PERMITTED=1
JUCE_USE_XRENDER=1
CURL_STATICLIB=1
NEEDS_CURL=1
)
target_link_libraries(PlugDataStandalone PUBLIC "-Wl,-export-dynamic")
elseif(MSVC)
Expand Down Expand Up @@ -326,8 +327,6 @@ if(MSVC)
list(APPEND libs libpthreadVC3)
elseif(APPLE)
target_link_libraries(PlugDataMidi PRIVATE pd-multi ${libs})
elseif(UNIX)
list(APPEND libs curl-static)
endif()

target_link_libraries(PlugDataStandalone PRIVATE pd ${libs})
Expand Down

0 comments on commit 150ea04

Please sign in to comment.