mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 00:40:55 +08:00
Merge branch 'gitee-master' into gitlab-upstream
This commit is contained in:
commit
32e00a8749
@ -24,7 +24,7 @@ function compare_or_replace() {
|
|||||||
RPATH=
|
RPATH=
|
||||||
function guess_os() {
|
function guess_os() {
|
||||||
os_name=`uname -s`
|
os_name=`uname -s`
|
||||||
os_type=`uname -p`
|
os_type=`uname -m`
|
||||||
case $os_name in
|
case $os_name in
|
||||||
Linux)
|
Linux)
|
||||||
case $os_type in
|
case $os_type in
|
||||||
|
@ -24,7 +24,7 @@ function compare_or_replace() {
|
|||||||
RPATH=
|
RPATH=
|
||||||
function guess_os() {
|
function guess_os() {
|
||||||
os_name=`uname -s`
|
os_name=`uname -s`
|
||||||
os_type=`uname -p`
|
os_type=`uname -m`
|
||||||
case $os_name in
|
case $os_name in
|
||||||
Linux)
|
Linux)
|
||||||
case $os_type in
|
case $os_type in
|
||||||
|
Loading…
Reference in New Issue
Block a user