Skip to content

Commit

Permalink
Update build-native.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jai-JAP authored Mar 21, 2022
1 parent 26f93f7 commit 4aca0fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']) {
Expand Down

0 comments on commit 4aca0fd

Please sign in to comment.