编译兼容Alibaba Cloud Linux,更新readme文档
This commit is contained in:
committed by
LINxiansheng
parent
ed0ed1a0a8
commit
e0748037b0
3
deps/3rd/dep_create.sh
vendored
3
deps/3rd/dep_create.sh
vendored
@ -67,6 +67,9 @@ function get_os_release() {
|
||||
uos)
|
||||
version_ge "20" && compat_centos7 && return
|
||||
;;
|
||||
alinux)
|
||||
version_ge "2.1903" && compat_centos7 && return
|
||||
;;
|
||||
esac
|
||||
not_supported && return 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user