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 700074c commit ad95390Copy full SHA for ad95390
3rd/uriparser/src/config.h
@@ -43,7 +43,7 @@
43
44
#define PACKAGE_VERSION "0.9.5"
45
46
-#define HAVE_WPRINTF
+/* #undef HAVE_WPRINTF */
47
/* #undef HAVE_REALLOCARRAY */
48
49
CodeFormatServer/CMakeLists.txt
@@ -67,7 +67,7 @@ target_link_libraries(CodeFormatServer PUBLIC CodeService)
67
if(CMAKE_SYSTEM_NAME MATCHES "Windows")
68
target_compile_definitions(CodeFormatServer PUBLIC -D_WIN32_WINNT=0x0601)
69
elseif(CMAKE_SYSTEM_NAME MATCHES "Linux")
70
- target_link_libraries(CodeFormatServer PUBLIC pthread)
+ target_link_libraries(CodeFormatServer PUBLIC pthread -static-libstdc++ -static-libgcc)
71
endif()
72
73
install(
0 commit comments