1
0
Fork 0
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:
Mitchell Livingston 2012-06-01 01:46:08 +00:00
parent 897dcf56cf
commit 8b32be67f3

View file

@ -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;