abi -> hostAbi to be symmetric with recent changes
This commit is contained in:
parent
2a1ac6cb39
commit
bffa650700
@ -1,6 +1,6 @@
|
||||
import fs from 'fs';
|
||||
|
||||
function getAbi () {
|
||||
function getHostAbi () {
|
||||
return 'm' + process.versions.modules;
|
||||
}
|
||||
|
||||
@ -56,7 +56,7 @@ function getKnownArchs () {
|
||||
return [ 'x64', 'x86', 'armv6', 'armv7' ];
|
||||
}
|
||||
|
||||
export const abi = getAbi();
|
||||
export const hostAbi = getHostAbi();
|
||||
export const hostPlatform = getHostPlatform();
|
||||
export const hostArch = getHostArch();
|
||||
export const targetArchs = getTargetArchs();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user