mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
export npm_config_target_arch instead of npm_config_arch on arm64
This commit is contained in:
2
build.sh
2
build.sh
@@ -6,10 +6,12 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
|
||||
|
||||
if [[ "$BUILDARCH" == "ia32" ]]; then
|
||||
export npm_config_arch=ia32
|
||||
export npm_config_target_arch=ia32
|
||||
fi
|
||||
|
||||
if [[ "$BUILDARCH" == "arm64" ]]; then
|
||||
export npm_config_arch=arm64
|
||||
export npm_config_target_arch=arm64
|
||||
fi
|
||||
|
||||
../update_settings.sh
|
||||
|
||||
Reference in New Issue
Block a user