mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +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()
|
endif()
|
||||||
|
|
||||||
if(UNIX AND NOT APPLE)
|
if(UNIX AND NOT APPLE)
|
||||||
target_link_libraries (${PLUGIN_NAME} PRIVATE curl -static-libstdc++)
|
target_link_libraries (${PLUGIN_NAME} PRIVATE curl)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue