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