mirror of
https://github.com/transmission/transmission
synced 2025-03-05 19:18:19 +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 = (
|
||||
);
|
||||
inputPaths = (
|
||||
"$(SRCROOT)/third-party/miniupnp/miniupnpcstrings.h.in",
|
||||
);
|
||||
outputPaths = (
|
||||
"$(SRCROOT)/third-party/miniupnp/miniupnpcstrings.h",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
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 */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
|
|
Loading…
Add table
Reference in a new issue