forked from Lainports/opnsense-ports
11 lines
593 B
CMake
11 lines
593 B
CMake
--- cmake/SfizzConfig.cmake.orig 2020-07-23 22:01:34 UTC
|
|
+++ cmake/SfizzConfig.cmake
|
|
@@ -69,7 +69,7 @@ if (USE_LIBCPP)
|
|
add_compile_options(-stdlib=libc++)
|
|
# Presumably need the above for linking too, maybe other options missing as well
|
|
add_link_options(-stdlib=libc++) # New command on CMake master, not in 3.12 release
|
|
- add_link_options(-lc++abi) # New command on CMake master, not in 3.12 release
|
|
+ #add_link_options(-lc++abi) # New command on CMake master, not in 3.12 release
|
|
endif()
|
|
|
|
add_library(sfizz-pugixml STATIC "src/external/pugixml/src/pugixml.cpp")
|