Skip to content

Commit 3f40143

Browse files
committed
Update build.ps1
1 parent 11e1f28 commit 3f40143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function Invoke-HostBuild {
7373
New-Item -ItemType Directory -Path $nativeArtifacts -Force | Out-Null
7474
New-Item -ItemType Directory -Path $nugetArtifacts -Force | Out-Null
7575

76-
cmake -S $rootDir -B $nativeBuild -G Ninja -DCMAKE_BUILD_TYPE=$Configuration
76+
cmake -S $rootDir -B $nativeBuild -G Ninja "-DCMAKE_BUILD_TYPE=$Configuration"
7777
cmake --build $nativeBuild --config $Configuration
7878

7979
if ($SkipTests) {

0 commit comments

Comments
 (0)