Skip to content

Commit 00057a4

Browse files
committed
update windows pwsh build
1 parent 6680939 commit 00057a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ WARNINGS:
3232
param(
3333
[Parameter()]
3434
[String]
35-
$ProjectDir = (Split-Path -Path (Split-Path -Path "$PSScriptRoot" -Parent) -Parent),
35+
$ProjectDir = "$PWD",
3636
[Parameter(HelpMessage = 'Options: [ Debug | Release | RelWithDebInfo ]')]
3737
[String]
3838
$BuildMode = 'Release',

0 commit comments

Comments
 (0)