mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
prefer xcodebuild to pbxbuild (bug 224161, r=bryner)
This commit is contained in:
parent
74f8c5bd6e
commit
f5821e701b
@ -511,7 +511,7 @@ if test -z "$XARGS" || test "$XARGS" = ":"; then
|
|||||||
fi
|
fi
|
||||||
case "$target_os" in
|
case "$target_os" in
|
||||||
darwin*)
|
darwin*)
|
||||||
AC_PATH_PROGS(PBBUILD, pbbuild pbxbuild xcodebuild)
|
AC_PATH_PROGS(PBBUILD, pbbuild xcodebuild pbxbuild)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user