Kaydet (Commit) 9b845493 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Plain "make" hopefully works fine too

Might make it a little bit easier for new contributors.

Change-Id: If4475c1ea7f55c34971beecd7573aaaf545e7106
üst 23cafa4a
......@@ -368,7 +368,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd ../../.. && /opt/lo/bin/make ios";
shellScript = "cd ../../.. && make ios";
};
/* End PBXShellScriptBuildPhase section */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment