Merge branch 'gitee-master' into gitlab-upstream

This commit is contained in:
zhengshuxin 2023-09-20 19:01:14 +08:00
commit 32e00a8749
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ function compare_or_replace() {
RPATH=
function guess_os() {
os_name=`uname -s`
os_type=`uname -p`
os_type=`uname -m`
case $os_name in
Linux)
case $os_type in

View File

@ -24,7 +24,7 @@ function compare_or_replace() {
RPATH=
function guess_os() {
os_name=`uname -s`
os_type=`uname -p`
os_type=`uname -m`
case $os_name in
Linux)
case $os_type in