Fixes + more setup, added more directories to clean script.

This commit is contained in:
2023-07-24 18:56:15 -04:00
parent b5cad6e8a1
commit 4a87a42db0
6 changed files with 31 additions and 12 deletions

View File

@ -15,7 +15,7 @@ foreach ( $arg in $args )
$path_root = git rev-parse --show-toplevel
$path_project = Join-Path $path_root project
$path_project_build = Join-Path $path_bootstrap build
$path_project_build = Join-Path $path_project build
write-host "`n`nBuilding gencpp bootstrap`n"