aboutsummaryrefslogtreecommitdiffstats
path: root/sequel-pro.xcodeproj
diff options
context:
space:
mode:
authormltownsend <mltownsend@gmail.com>2010-07-08 15:57:46 +0000
committermltownsend <mltownsend@gmail.com>2010-07-08 15:57:46 +0000
commitc90e9a3d318488d15997d7edc2941ede6fc89a68 (patch)
treef841d82772f56991a510782c7b47c0f341135d4a /sequel-pro.xcodeproj
parentb71f3aa640f2a8a80b0ef4bb6a39b62b3b92f339 (diff)
downloadsequelpro-c90e9a3d318488d15997d7edc2941ede6fc89a68.tar.gz
sequelpro-c90e9a3d318488d15997d7edc2941ede6fc89a68.tar.bz2
sequelpro-c90e9a3d318488d15997d7edc2941ede6fc89a68.zip
Fixed Debug config compile for LLVM Compiler 1.5 by adding linker flag '-lstdc++'. Changed the Release config to use the LLVM GCC 4.2 compiler as adding the '-lstdc++' didn't seem to work. Probably another tick mark setting somewhere in release that needs to be done. But since this isn't used as much as Debug I didn't worry about it to much.
Diffstat (limited to 'sequel-pro.xcodeproj')
-rw-r--r--sequel-pro.xcodeproj/project.pbxproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj
index dc3c5964..47b23b7d 100644
--- a/sequel-pro.xcodeproj/project.pbxproj
+++ b/sequel-pro.xcodeproj/project.pbxproj
@@ -3357,7 +3357,10 @@
LEX_SUPPRESS_DEFAULT_RULE = NO;
LIBRARY_SEARCH_PATHS = "";
ONLY_ACTIVE_ARCH = YES;
- OTHER_LDFLAGS = "-lcrypto";
+ OTHER_LDFLAGS = (
+ "-lstdc++",
+ "-lcrypto",
+ );
PREBINDING = NO;
SDKROOT = macosx10.5;
STRIP_INSTALLED_PRODUCT = NO;