summaryrefslogtreecommitdiff
path: root/libffi.xcodeproj
diff options
context:
space:
mode:
authorksjogo <jogo@kronberger-spiele.de>2016-07-14 11:28:18 +0200
committerksjogo <jogo@kronberger-spiele.de>2017-03-30 13:26:15 +0200
commite76fa94b6ef9a699ee9edeb85d1731d3bb7abd46 (patch)
treef49f8164059da26f361286e718b8ff810fd3dc0e /libffi.xcodeproj
parent22b2fd6f18eed7b32ea959f7f3e56ea09b9ac9bf (diff)
downloadlibffi-e76fa94b6ef9a699ee9edeb85d1731d3bb7abd46.tar.gz
fix ltmain.sh in xcode builds
Diffstat (limited to 'libffi.xcodeproj')
-rw-r--r--libffi.xcodeproj/project.pbxproj9
1 files changed, 5 insertions, 4 deletions
diff --git a/libffi.xcodeproj/project.pbxproj b/libffi.xcodeproj/project.pbxproj
index 87f8285..ed03e3b 100644
--- a/libffi.xcodeproj/project.pbxproj
+++ b/libffi.xcodeproj/project.pbxproj
@@ -296,7 +296,7 @@
isa = PBXNativeTarget;
buildConfigurationList = DB13B18B1849DF1E0010F42D /* Build configuration list for PBXNativeTarget "libffi-iOS" */;
buildPhases = (
- 43B5D3FB1D35480D00D1E1FD /* ShellScript */,
+ 43B5D3FB1D35480D00D1E1FD /* Run Script */,
DB13B1621849DF1E0010F42D /* Sources */,
DB13B1641849DF1E0010F42D /* CopyFiles */,
);
@@ -353,18 +353,19 @@
/* End PBXProject section */
/* Begin PBXShellScriptBuildPhase section */
- 43B5D3FB1D35480D00D1E1FD /* ShellScript */ = {
+ 43B5D3FB1D35480D00D1E1FD /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
+ name = "Run Script";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "if [ ! -f \"./compile\" ]\nthen\n./autogen.sh\n/usr/bin/python generate-darwin-source-and-headers.py --only-ios\nfi";
+ shellScript = "if [ ! -f \"./compile\" ]\nthen\nautoreconf -i -f -v\nif [ -f \"../ltmain.sh\" ]\nthen\necho \"fixing ltmain.sh for some reason\"\nmv ../ltmain.sh ./\nautoreconf -i -f -v\nfi\n/usr/bin/python generate-darwin-source-and-headers.py --only-ios\nfi";
};
DB13B3061849E0490010F42D /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
@@ -377,7 +378,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "if [ ! -f \"./compile\" ]\nthen\n./autogen.sh\n/usr/bin/python generate-darwin-source-and-headers.py --only-osx\nfi";
+ shellScript = "if [ ! -f \"./compile\" ]\nthen\nautoreconf -i -f -v\nif [ -f \"../ltmain.sh\" ]\nthen\necho \"fixing ltmain.sh for some reason\"\nmv ../ltmain.sh ./\nautoreconf -i -f -v\nfi\n/usr/bin/python generate-darwin-source-and-headers.py --only-osx\nfi";
};
/* End PBXShellScriptBuildPhase section */