mirror of
https://github.com/transmission/transmission
synced 2025-03-06 11:38:21 +00:00
Mac build works with updated miniupnp script
This commit is contained in:
parent
55cd3a8367
commit
f4040cd386
1 changed files with 3 additions and 1 deletions
|
@ -1833,12 +1833,14 @@
|
||||||
files = (
|
files = (
|
||||||
);
|
);
|
||||||
inputPaths = (
|
inputPaths = (
|
||||||
|
"$(SRCROOT)/third-party/miniupnp/miniupnpcstrings.h.in",
|
||||||
);
|
);
|
||||||
outputPaths = (
|
outputPaths = (
|
||||||
|
"$(SRCROOT)/third-party/miniupnp/miniupnpcstrings.h",
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "cd ./third-party/miniupnp/\nsh updateminiupnpcstrings.sh";
|
shellScript = "sh third-party/miniupnp/updateminiupnpcstrings.sh $SCRIPT_INPUT_FILE_0 $SCRIPT_OUTPUT_FILE_0";
|
||||||
};
|
};
|
||||||
BE75C3510C729EE100DBEFE0 /* ShellScript */ = {
|
BE75C3510C729EE100DBEFE0 /* ShellScript */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
|
Loading…
Add table
Reference in a new issue