File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ add_library(${TARGET_NAME} SHARED altv.cpp CSharpScriptRuntime.cpp CSharpResourc
88
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)
11- # target_compile_options(${TARGET_NAME} PRIVATE -std=c++17 -lstdc++ - static-libstdc++ )
12- target_compile_options (${TARGET_NAME} PRIVATE -std=c++17 -static -libstdc++ -static -libgcc -lstdc++)
11+ target_compile_options (${TARGET_NAME} PRIVATE -std=c++17 -static )
12+ # target_compile_options(${TARGET_NAME} PRIVATE -std=c++17 -static-libstdc++ -static-libgcc -lstdc++)
1313 #target_link_libraries(${TARGET_NAME} -static-libstdc++)
1414 #target_link_libraries(${TARGET_NAME} -static-libstdc++)
1515else ()
You can’t perform that action at this time.
0 commit comments