(compver): Don't hardcode processor type.

This commit is contained in:
YAMAMOTO Mitsuharu 2007-04-09 09:18:16 +00:00
parent af71f3ce48
commit 89c2879012

View file

@ -325,7 +325,7 @@ if test "$with_app" == "yes"; then
fi
fi
compver=powerpc-apple-darwin`uname -r`
compver=`uname -p`-apple-darwin`uname -r`
if test "$self_contained" = "yes"; then
# Move shared files down to Resources directory