From 85e3ce91dd18361435acbe2b0bdc43367ee4ea0c Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Thu, 30 Apr 2015 13:03:11 -0700 Subject: [PATCH] Removed -nodefaultlibs flag on Linux 64 bit builds. --- xpcPlugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcPlugin/CMakeLists.txt b/xpcPlugin/CMakeLists.txt index b0c7198..7e4d565 100644 --- a/xpcPlugin/CMakeLists.txt +++ b/xpcPlugin/CMakeLists.txt @@ -20,7 +20,7 @@ add_library(xpc64 SHARED XPCPlugin.cpp MessageHandlers.cpp UDPSocket.cpp) set_target_properties(xpc64 PROPERTIES PREFIX "" SUFFIX ".xpl") -set_target_properties(xpc64 PROPERTIES COMPILE_FLAGS "-std=gnu++11 -m64" LINK_FLAGS "-shared -rdynamic -nodefaultlibs -undefined_warning -m64") +set_target_properties(xpc64 PROPERTIES COMPILE_FLAGS "-std=gnu++11 -m64" LINK_FLAGS "-shared -rdynamic -undefined_warning -m64") add_library(xpc32 SHARED XPCPlugin.cpp DataManager.cpp