1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-07-08 06:35:44 -07:00

fix for build script

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

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