mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-11 16:27:18 +10:00
fix(linux-x86): match libstdc ABI between node and @parcel/watcher (#2457)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user