(compver): Don't hardcode processor type.
This commit is contained in:
parent
af71f3ce48
commit
89c2879012
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue