From 56ee74bba28555867ff6db218a8ee1249d2e6a90 Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 21 Feb 2016 20:01:43 +0100 Subject: Added missing '-lpcre' linker flag to the Xcode project Fixes a linking error Signed-off-by: Haru --- Hercules.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Hercules.xcodeproj') 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; }; -- cgit v1.2.3-60-g2f50