prefer xcodebuild to pbxbuild (bug 224161, r=bryner)

This commit is contained in:
pinkerton%aol.net 2004-02-04 23:14:33 +00:00
parent 74f8c5bd6e
commit f5821e701b

View File

@ -511,7 +511,7 @@ if test -z "$XARGS" || test "$XARGS" = ":"; then
fi
case "$target_os" in
darwin*)
AC_PATH_PROGS(PBBUILD, pbbuild pbxbuild xcodebuild)
AC_PATH_PROGS(PBBUILD, pbbuild xcodebuild pbxbuild)
;;
esac