diff options
author | Tim Angus <tim@ngus.net> | 2009-10-03 11:28:28 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:01 +0000 |
commit | 7dc6cdc303b3db291b854566d88836eaa7842836 (patch) | |
tree | 9ec373257130f7e5f2f2d6d07752b7faed1066c7 | |
parent | ca5828b261c163ebe4433f0adbfebcad7a948cc4 (diff) |
* Corrected "fix" in make-macosx-ub.sh introduced during merge
-rwxr-xr-x | make-macosx-ub.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-macosx-ub.sh b/make-macosx-ub.sh index e12ad53b..e5cbafcb 100755 --- a/make-macosx-ub.sh +++ b/make-macosx-ub.sh @@ -14,7 +14,7 @@ BIN_OBJ=" build/release-darwin-x86/tremulous.x86 " BIN_DEDOBJ=" - build/release-darwin-ppc/tremded.ppc + build/release-darwin-ub/tremded.ppc build/release-darwin-x86/tremded.x86 " BASE_OBJ=" |