mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
#4929 libminiupnp fails to compile on Mac OS
This commit is contained in:
parent
897dcf56cf
commit
8b32be67f3
1 changed files with 2 additions and 1 deletions
|
@ -2196,6 +2196,7 @@
|
|||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
"$(SRCROOT)/third-party/miniupnp/VERSION",
|
||||
"$(SRCROOT)/third-party/miniupnp/miniupnpcstrings.h.in",
|
||||
);
|
||||
outputPaths = (
|
||||
|
@ -2203,7 +2204,7 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
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_INPUT_FILE_1\" \"$SCRIPT_OUTPUT_FILE_0\"";
|
||||
};
|
||||
BE75C3510C729EE100DBEFE0 /* ShellScript */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
|
|
Loading…
Reference in a new issue