mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-13 08:58:59 -07:00
Fixes + more setup, added more directories to clean script.
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user