mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Remove -static-libstdc++
This commit is contained in:
parent
d10942f4bb
commit
df0ffda643
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@ if (WIN32)
|
|||
endif()
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
target_link_libraries (${PLUGIN_NAME} PRIVATE curl -static-libstdc++)
|
||||
target_link_libraries (${PLUGIN_NAME} PRIVATE curl)
|
||||
endif()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue