Skip to content

Commit

Permalink
Make DSTROOT per-platform, to make installs work
Browse files Browse the repository at this point in the history
Change-Id: I0d6c21528d372435851e0826b1c7f402848c7777
Reviewed-on: http://review.couchbase.org/9248
Reviewed-by: Chris Anderson <jchris@couchbase.com>
Tested-by: Jens Alfke <jens@couchbase.com>
  • Loading branch information
snej committed Aug 26, 2011
1 parent 38a4707 commit 66ebe9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iErl14.xcodeproj/project.pbxproj
Expand Up @@ -1946,6 +1946,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
DSTROOT = "/tmp/$(PROJECT_NAME)$(EFFECTIVE_PLATFORM_NAME).dst";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand Down Expand Up @@ -1974,6 +1975,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
DSTROOT = "/tmp/$(PROJECT_NAME)$(EFFECTIVE_PLATFORM_NAME).dst";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_PREPROCESSOR_DEFINITIONS = (
"HAVE_CONFIG_H=1",
Expand Down Expand Up @@ -2006,7 +2008,6 @@
armv7,
);
COPY_PHASE_STRIP = NO;
DSTROOT = /tmp/iErl14.dst;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_OPTIMIZATION_LEVEL = 3;
Expand Down Expand Up @@ -2040,7 +2041,6 @@
armv6,
armv7,
);
DSTROOT = /tmp/iErl14.dst;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_OPTIMIZATION_LEVEL = 3;
Expand Down

0 comments on commit 66ebe9f

Please sign in to comment.