output dir fix (#11436)

This commit is contained in:
Mihai PLESA
2021-12-06 12:49:32 -05:00
committed by GitHub
parent 83895e3328
commit 9f87de2c25
+1 -1
View File
@@ -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) {