fix(ppc64): update sysroot prefix (#2785)

This commit is contained in:
Alex Garcia
2026-04-10 11:45:48 -05:00
committed by GitHub
parent 5b99338d80
commit 1f18978fd4
2 changed files with 13 additions and 0 deletions

View File

@@ -2,6 +2,18 @@
cd vscode || { echo "'vscode' dir not found"; exit 1; }
if [[ -z "${VSCODE_SYSROOT_REPOSITORY}" ]]; then
unset VSCODE_SYSROOT_REPOSITORY
fi
if [[ -z "${VSCODE_SYSROOT_VERSION}" ]]; then
unset VSCODE_SYSROOT_VERSION
fi
if [[ -z "${VSCODE_SYSROOT_PREFIX}" ]]; then
unset VSCODE_SYSROOT_PREFIX
fi
if [[ "${SHOULD_BUILD_APPIMAGE}" != "no" && "${VSCODE_ARCH}" != "x64" ]]; then
SHOULD_BUILD_APPIMAGE="no"
fi