1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-04-15 13:35:22 -07:00

fix for build script

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

@ -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 ) {