diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-27 13:16:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-27 13:17:52 +0300 |
commit | 9b845493125e34e6bd5e7b0df35f21853f7d240d (patch) | |
tree | 43fb33442f9da439083e2f0890569b7eb6d3896c | |
parent | 23cafa4aca8ed197fbec8b5edac0fba4435db2cd (diff) |
Plain "make" hopefully works fine too
Might make it a little bit easier for new contributors.
Change-Id: If4475c1ea7f55c34971beecd7573aaaf545e7106
-rw-r--r-- | ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj b/ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj index eb1d1f3cbc6d..32093321b3d0 100644 --- a/ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj +++ b/ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj @@ -368,7 +368,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "cd ../../.. && /opt/lo/bin/make ios"; + shellScript = "cd ../../.. && make ios"; }; /* End PBXShellScriptBuildPhase section */ |