Fix windows build scripts.

This commit is contained in:
Allison Piper
2024-04-05 18:30:35 +00:00
parent 943f268280
commit b9712f8696
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ Param(
[Parameter(Mandatory = $false)]
[Alias("cmake-options")]
[ValidateNotNullOrEmpty()]
[int]$ARG_CMAKE_OPTIONS = ""
[string]$ARG_CMAKE_OPTIONS = ""
)
$CURRENT_PATH = Split-Path $pwd -leaf

View File

@@ -8,7 +8,7 @@ Param(
[Parameter(Mandatory = $false)]
[Alias("cmake-options")]
[ValidateNotNullOrEmpty()]
[int]$ARG_CMAKE_OPTIONS = ""
[string]$ARG_CMAKE_OPTIONS = ""
)
$CURRENT_PATH = Split-Path $pwd -leaf