support kylin V10 compilation
This commit is contained in:
6
deps/init/dep_create.sh
vendored
6
deps/init/dep_create.sh
vendored
@ -83,6 +83,9 @@ function get_os_release() {
|
||||
fedora)
|
||||
version_ge "33" && compat_centos7 && return
|
||||
;;
|
||||
kylin)
|
||||
version_ge "V10" && compat_centos8 && return
|
||||
;;
|
||||
openEuler)
|
||||
version_ge "22" && compat_centos9 && return
|
||||
;;
|
||||
@ -125,6 +128,9 @@ function get_os_release() {
|
||||
version_ge "12" && compat_centos9 && return
|
||||
version_ge "9" && compat_centos7 && return
|
||||
;;
|
||||
kylin)
|
||||
version_ge "V10" && compat_centos8 && return
|
||||
;;
|
||||
openEuler)
|
||||
version_ge "22" && compat_centos9 && return
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user