mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-30 14:20:18 +08:00
Update build-native.js
This commit is contained in:
parent
26f93f7ac5
commit
4aca0fdf09
@ -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']) {
|
||||
|
Loading…
Reference in New Issue
Block a user