Skip to content

Commit

Permalink
build v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Mar 17, 2020
1 parent d38d60d commit 93cd092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function run() {
}
//set args
let args = ["-O", `${dir}`, `${version}`, `${host}`, `${target}`];
if (arch && (host == "windows" || host == "android")) {
if (arch && (host == "windows" || target == "android")) {
args.push(`${arch}`);
}
if (modules) {
Expand Down

0 comments on commit 93cd092

Please sign in to comment.