mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
#2421 Build fails on Mac OS X if special characters are in project path
This commit is contained in:
parent
b3a05faeb9
commit
650c91e9f8
1 changed files with 1 additions and 1 deletions
|
@ -1843,7 +1843,7 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "sh third-party/miniupnp/updateminiupnpcstrings.sh $SCRIPT_INPUT_FILE_0 $SCRIPT_OUTPUT_FILE_0";
|
shellScript = "sh third-party/miniupnp/updateminiupnpcstrings.sh \"$SCRIPT_INPUT_FILE_0\" \"$SCRIPT_OUTPUT_FILE_0\"";
|
||||||
};
|
};
|
||||||
BE75C3510C729EE100DBEFE0 /* ShellScript */ = {
|
BE75C3510C729EE100DBEFE0 /* ShellScript */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
|
Loading…
Reference in a new issue