Skip to content

Commit

Permalink
Uplift of #11436 (squashed) to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-browser-releases committed Dec 9, 2021
1 parent 54653e5 commit fd97d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/commands/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit fd97d28

Please sign in to comment.