Explorar o código

fix(linux-x86): match libstdc ABI between node and @parcel/watcher (#2457)

Baptiste Augrain hai 1 semana
pai
achega
930f570146
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      build/linux/package_reh.sh

+ 1 - 0
build/linux/package_reh.sh

@@ -31,6 +31,7 @@ if [[ "${VSCODE_ARCH}" == "x64" ]]; then
 
   export VSCODE_NODEJS_SITE='https://unofficial-builds.nodejs.org'
   export VSCODE_NODEJS_URLSUFFIX='-glibc-217'
+  export CXXFLAGS='-D_GLIBCXX_USE_CXX11_ABI=0'
 
   export VSCODE_SKIP_SETUPENV=1
 elif [[ "${VSCODE_ARCH}" == "arm64" ]]; then