File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ add_library(${TARGET_NAME} SHARED altv.cpp CSharpScriptRuntime.cpp CSharpResourc
99if (UNIX AND NOT APPLE )
1010 #target_compile_options(${TARGET_NAME} PRIVATE -std=c++17 -static -nostdinc++ -I/home/parallels/Desktop/clang_7.0.1/include/c++/v1 -nodefaultlibs -lc++ -lc++abi -lm -lc -lgcc_s -lgcc)
1111 #target_compile_options(${TARGET_NAME} PRIVATE -std=c++17 -lstdc++ -static-libstdc++)
12- target_link_libraries (${TARGET_NAME} -static -libstdc++)
12+ target_compile_options (${TARGET_NAME} PRIVATE -std=c++17 -static -libstdc++ -static -libgcc -lstdc++)
13+ #target_link_libraries(${TARGET_NAME} -static-libstdc++)
14+ #target_link_libraries(${TARGET_NAME} -static-libstdc++)
1315else ()
1416 target_compile_options (${TARGET_NAME} PRIVATE )# -I/home/parallels/Desktop/clang_7.0.1/include/c++/v1 -stdlib=libc++ -I$ENV{PROGRAMFILES}/LLVM/lib/clang/7.0.1/include -nodefaultlibs
1517endif ()
You can’t perform that action at this time.
0 commit comments