From 4aca0fdf09a7d0d0f91a3832de1c60eda50ecbe5 Mon Sep 17 00:00:00 2001 From: Jai A P <78354625+Jai-JAP@users.noreply.github.com> Date: Mon, 21 Mar 2022 12:09:24 +0530 Subject: [PATCH] Update build-native.js --- scripts/build-native.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build-native.js b/scripts/build-native.js index a939e59168..94a81601be 100755 --- a/scripts/build-native.js +++ b/scripts/build-native.js @@ -4,7 +4,6 @@ const path = require('path') const vars = require('./vars') process.env.ARCH = process.env.ARCH || process.arch -if ( process.env.ARCH === 'arm' ) process.env.ARCH = 'armv7l' ; let lifecycles = [] for (let dir of ['app', 'tabby-core', 'tabby-local', 'tabby-ssh', 'tabby-terminal']) {