We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed511b commit 1d424edCopy full SHA for 1d424ed
CMakeLists.txt
@@ -78,7 +78,7 @@ elseif(UNIX)
78
target_link_options(${PROJECT_NAME} PRIVATE "-Wl,--version-script,${CMAKE_CURRENT_SOURCE_DIR}/sym/version_script.lds")
79
endif()
80
81
-if(PLUGIFY_COMPILER_GCC AND LINUX)
+if(LINUX)
82
target_link_libraries(${PROJECT_NAME} PRIVATE -lstdc++exp)
83
84
0 commit comments