diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-07-10 18:40:28 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-07-10 18:40:28 -0400 |
commit | aee0efff7bca229a1a947417af42c58180cf1f7c (patch) | |
tree | ba50e610d869b81f273b49947d08075bc449beab /objective-c | |
parent | ICE-8256 - bogus SLES12 C++ instructions (diff) | |
download | ice-aee0efff7bca229a1a947417af42c58180cf1f7c.tar.bz2 ice-aee0efff7bca229a1a947417af42c58180cf1f7c.tar.xz ice-aee0efff7bca229a1a947417af42c58180cf1f7c.zip |
Fixed call to ice-builder-xcode-wrapper (ICE-8257)
Diffstat (limited to 'objective-c')
-rw-r--r-- | objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj b/objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj index 883ab391487..97322a7f557 100644 --- a/objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj +++ b/objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj @@ -370,7 +370,7 @@ "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).m", "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).h", ); - script = "\"$(git rev-parse --show-toplevel)/scripts/ice-builder-xcode-wrapper\""; + script = "#export ICE_BIN_DIST=all\n../../../..scripts/ice-builder-xcode-wrapper"; }; 14B7DF791E043085001D0109 /* PBXBuildRule */ = { isa = PBXBuildRule; @@ -382,7 +382,7 @@ "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).m", "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).h", ); - script = "\"$(git rev-parse --show-toplevel)/scripts/ice-builder-xcode-wrapper\""; + script = "#export ICE_BIN_DIST=all\n../../../..scripts/ice-builder-xcode-wrapper"; }; /* End PBXBuildRule section */ |