[Libreoffice-commits] core.git: ios/experimental
Tor Lillqvist
tml at iki.fi
Mon May 27 03:19:01 PDT 2013
ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9b845493125e34e6bd5e7b0df35f21853f7d240d
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon May 27 13:16:57 2013 +0300
Plain "make" hopefully works fine too
Might make it a little bit easier for new contributors.
Change-Id: If4475c1ea7f55c34971beecd7573aaaf545e7106
diff --git a/ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj b/ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj
index eb1d1f3..3209332 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 */
More information about the Libreoffice-commits
mailing list