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 @@ -7,8 +7,8 @@ add_library(${TARGET_NAME} SHARED altv.cpp CSharpScriptRuntime.cpp CSharpResourc
77 altv-c-api/baseobject.cpp altv-c-api/mvalue.cpp altv-c-api/function.cpp altv-c-api/position.h altv-c-api/rotation.h altv-c-api/rgba.h altv-c-api/resource .h altv-c-api/resource .cpp altv-c-api/voice_channel.cpp)# clrHost.cpp
88
99if (UNIX AND NOT APPLE )
10- target_compile_options (${TARGET_NAME} PRIVATE -std=c++17)
11- target_link_libraries (${TARGET_NAME} -static -libgcc -static -libstdc++)
10+ target_compile_options (${TARGET_NAME} PRIVATE -std=c++17 - static )
11+ # target_link_libraries(${TARGET_NAME} -static-libgcc -static-libstdc++)
1212else ()
1313 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
1414endif ()
You can’t perform that action at this time.
0 commit comments