Skip to content

Commit

Permalink
Release commit v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed May 7, 2022
1 parent 0cea608 commit a93ccab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ if(UNIX AND NOT APPLE)
${PLUGDATA_COMPILE_DEFINITIONS}
JUCE_MODAL_LOOPS_PERMITTED=1
JUCE_USE_XRENDER=1
CURL_STATICLIB=1
)
target_link_libraries(PlugDataStandalone PUBLIC "-Wl,-export-dynamic")
elseif(MSVC)
Expand Down Expand Up @@ -319,13 +318,14 @@ set(libs
PlugDataBinaryData
juce::juce_audio_utils
juce::juce_audio_plugin_client
curl
)

if(MSVC)
list(APPEND libs libpthreadVC3)
elseif(APPLE)
target_link_libraries(PlugDataMidi PRIVATE pd-multi ${libs})
elseif(UNIX AND NOT APPLE)
list(APPEND libs curl)
endif()

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

0 comments on commit a93ccab

Please sign in to comment.