зеркало из https://github.com/mozilla/pjs.git
Bug 223323: fix building under panther, where pbxbuild is replaced by xcodebuild. r=pink, sr=bryner.
This commit is contained in:
Родитель
fe1dc3fe0a
Коммит
a54d4e3f1b
|
@ -491,7 +491,7 @@ if test -z "$XARGS" || test "$XARGS" = ":"; then
|
|||
fi
|
||||
case "$target_os" in
|
||||
darwin*)
|
||||
AC_PATH_PROGS(PBBUILD, pbbuild pbxbuild)
|
||||
AC_PATH_PROGS(PBBUILD, pbbuild pbxbuild xcodebuild)
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче