fix for build script

This commit is contained in:
Edward R. Gonzalez 2023-10-25 23:55:29 -04:00
parent 212d907d73
commit 919166efa1

View File

@ -61,7 +61,7 @@ elseif ( $release -eq $false ) {
$debug = $true $debug = $true
} }
else { else {
$optimize = treu $optimize = $true
} }
if ( $bootstrap -eq $false -and $singleheader -eq $false -and $test -eq $false ) { if ( $bootstrap -eq $false -and $singleheader -eq $false -and $test -eq $false ) {