summaryrefslogtreecommitdiff
path: root/Hercules.xcodeproj
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-21 20:01:43 +0100
committerHaru <haru@dotalux.com>2016-02-21 20:01:43 +0100
commit56ee74bba28555867ff6db218a8ee1249d2e6a90 (patch)
treef5fe832f7384d6a1285b26042938d3db6b3ae47e /Hercules.xcodeproj
parent5448ffa77feb00f27cc494d87f4e9ce82cc5a137 (diff)
downloadhercules-56ee74bba28555867ff6db218a8ee1249d2e6a90.tar.gz
hercules-56ee74bba28555867ff6db218a8ee1249d2e6a90.tar.bz2
hercules-56ee74bba28555867ff6db218a8ee1249d2e6a90.tar.xz
hercules-56ee74bba28555867ff6db218a8ee1249d2e6a90.zip
Added missing '-lpcre' linker flag to the Xcode project
Fixes a linking error Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'Hercules.xcodeproj')
-rw-r--r--Hercules.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Hercules.xcodeproj/project.pbxproj b/Hercules.xcodeproj/project.pbxproj
index 1a4b6ae53..69edeacd3 100644
--- a/Hercules.xcodeproj/project.pbxproj
+++ b/Hercules.xcodeproj/project.pbxproj
@@ -1566,6 +1566,7 @@
"-lpthread",
"-lz",
"-lmysqlclient",
+ "-lpcre",
);
SDKROOT = macosx;
};
@@ -1644,6 +1645,7 @@
"-lpthread",
"-lz",
"-lmysqlclient",
+ "-lpcre",
);
SDKROOT = macosx;
};