mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Use global process
This commit is contained in:
parent
920bcc320b
commit
5ce8e880a5
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
@ -75,9 +75,6 @@ class SetupMac {
|
|||||||
private static getArchitectureParameters(): string[] {
|
private static getArchitectureParameters(): string[] {
|
||||||
const architectureArgument = [];
|
const architectureArgument = [];
|
||||||
|
|
||||||
// @ts-ignore
|
|
||||||
const process = require('process');
|
|
||||||
|
|
||||||
switch (process.arch) {
|
switch (process.arch) {
|
||||||
case 'x64':
|
case 'x64':
|
||||||
architectureArgument.push('--architecture', 'x86_64');
|
architectureArgument.push('--architecture', 'x86_64');
|
||||||
|
Loading…
Reference in New Issue
Block a user