mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-06 20:49:33 +00:00
(compver): Don't hardcode processor type.
This commit is contained in:
parent
af71f3ce48
commit
89c2879012
@ -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…
x
Reference in New Issue
Block a user