5
build.sh
5
build.sh
@@ -170,11 +170,6 @@ show_banner() {
|
|||||||
|
|
||||||
# 初始化构建环境
|
# 初始化构建环境
|
||||||
setup_build_environment() {
|
setup_build_environment() {
|
||||||
|
|
||||||
export TERM=${TERM:-xterm-256color}
|
|
||||||
export LC_ALL=${LC_ALL:-C.UTF-8}
|
|
||||||
export LANG=${LANG:-en_US.UTF-8}
|
|
||||||
|
|
||||||
if [[ "$(id -u)" == "0" ]]; then
|
if [[ "$(id -u)" == "0" ]]; then
|
||||||
export FORCE_UNSAFE_CONFIGURE=1
|
export FORCE_UNSAFE_CONFIGURE=1
|
||||||
export FORCE=1
|
export FORCE=1
|
||||||
|
|||||||
Reference in New Issue
Block a user