Skip to content

Commit 1040add

Browse files
make mac OS use legacy build system
1 parent 4749b6d commit 1040add

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scripts/BuildEngine.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function Build([string]$configuration, [int]$VsVersion , [bool]$runBuild) {
173173
$cMakeGenerator = "-G Ninja"
174174
}
175175
"Darwin" {
176-
$cMakeGenerator = "-G `"Xcode`""
176+
$cMakeGenerator = "-G `"Xcode`" -T buildsystem=1"
177177
$cMakeCacheVariableOverride += ' ' + $submoduleCMakeOptions.FRAMEWORK -join ' '
178178
}
179179
Default {

0 commit comments

Comments
 (0)