diff options
author | Haru <haru@dotalux.com> | 2016-02-21 20:01:43 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-21 20:01:43 +0100 |
commit | 56ee74bba28555867ff6db218a8ee1249d2e6a90 (patch) | |
tree | f5fe832f7384d6a1285b26042938d3db6b3ae47e | |
parent | 5448ffa77feb00f27cc494d87f4e9ce82cc5a137 (diff) | |
download | hercules-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>
-rw-r--r-- | Hercules.xcodeproj/project.pbxproj | 2 |
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; }; |