From fd97d28f90f30cd7768c1a78ea1b0b591203201d Mon Sep 17 00:00:00 2001 From: brave-builds Date: Thu, 9 Dec 2021 15:53:51 +0000 Subject: [PATCH] Uplift of #11436 (squashed) to beta --- build/commands/lib/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/commands/lib/config.js b/build/commands/lib/config.js index b618a39865e2..ae0f7d35b40f 100755 --- a/build/commands/lib/config.js +++ b/build/commands/lib/config.js @@ -925,7 +925,7 @@ Object.defineProperty(Config.prototype, 'outputDir', { if (this.targetArch && this.targetArch != 'x64') { buildConfigDir = buildConfigDir + '_' + this.targetArch } - if (this.targetOS) { + if (this.targetOS && (this.targetOS === 'android' || this.targetOS === 'ios')) { buildConfigDir = this.targetOS + "_" + buildConfigDir } if (this.targetEnvironment) {