forked from pool/graphite2
12 lines
405 B
Diff
12 lines
405 B
Diff
|
--- src/CMakeLists.txt
|
||
|
+++ src/CMakeLists.txt
|
||
|
@@ -121,7 +121,7 @@
|
||
|
if (GRAPHITE2_ASAN)
|
||
|
target_link_libraries(graphite2 c gcc_s)
|
||
|
else (GRAPHITE2_ASAN)
|
||
|
- target_link_libraries(graphite2 c gcc)
|
||
|
+ target_link_libraries(graphite2 c gcc_s)
|
||
|
endif (GRAPHITE2_ASAN)
|
||
|
include(Graphite)
|
||
|
nolib_test(stdc++ $<TARGET_SONAME_FILE:graphite2>)
|