Skip to content

Commit 911e89a

Browse files
committed
Remove Linux static-libstdc++ flag
1 parent eb073ea commit 911e89a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,6 @@ target_link_libraries(pluginval PRIVATE
188188
juce::juce_recommended_warning_flags
189189
magic_enum)
190190

191-
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
192-
target_link_libraries(pluginval PRIVATE
193-
-static-libstdc++)
194-
endif()
195-
196191
# Embed the SDK's validator binary into pluginval
197192
if(PLUGINVAL_VST3_VALIDATOR)
198193
set(VSTVALIDATOR_HEADER "${CMAKE_BINARY_DIR}/generated/vstvalidator_data.h")

0 commit comments

Comments
 (0)