From 2c76e52886e7e9c2c4e612cb57dd1454794e42bd Mon Sep 17 00:00:00 2001 From: tomxi1997 <78306449+tomxi1997@users.noreply.github.com> Date: Wed, 15 Nov 2023 21:01:21 +0800 Subject: [PATCH] Update config.env --- config.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.env b/config.env index 334129cfa9..f7a6ecb3d3 100644 --- a/config.env +++ b/config.env @@ -127,7 +127,7 @@ PROTON_CLANG_BRANCH=clang-13 #目前存在版本main,16,17,18。main始终指向最新的Neutron-clang NEUTRON_CLANG_VERSION=16 #采用较新的glibc,一般来是Neutron-clang工作所需要的,如果出现glibc相关的错误,请启用。更多参考这https://github.com/Neutron-Toolchains/clang-build-catalogue#how-to-install -ENABLE_CLIBC_PATCH=true +ENABLE_CLIBC_PATCH=false