XCode project update.
This commit is contained in:
parent
d867342397
commit
2b63e54659
3 changed files with 40 additions and 63 deletions
|
|
@ -2024,8 +2024,8 @@
|
|||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "cd ../\nmake translations\nmake LOCALE_PREFIX=./locale install-gettext\n";
|
||||
shellPath = /bin/zsh;
|
||||
shellScript = "# set path to msgfmt command in MacPorts or Fink\nPATH=/opt/local/bin:/sw/bin/:$PATH\n\ncd ../\n{\n\tmake translations\n} always {\n\techo 'Did you get an error complaining that the msgfmt command was not found? If so, please install the \"gettext\" package via MacPorts or Fink.'\n}\nmake LOCALE_PREFIX=./locale install-gettext";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue