misc changes

mostly added kt1l from watl exercise
This commit is contained in:
2025-08-07 10:53:35 -04:00
parent 3769413a50
commit 73bfdb63ea
12 changed files with 128 additions and 40 deletions

View File

@@ -29,6 +29,7 @@ if ( $args ) { $args | ForEach-Object {
switch ($_){
"force" { $force = $true }
"clang" { $clang = $true }
"full" { $full = $true }
}
}}
#endregion Arguments
@@ -165,7 +166,7 @@ push-location $path_root
$pkg_collection_thirdparty = 'thirdparty=' + $path_thirdparty
$host_process_active = Get-Process | Where-Object {$_.Name -like 'sectr_host*'}
if ( -not $host_process_active ) {
if ( -not $host_process_active -and $full -eq $true) {
# We cannot update thidparty dependencies during hot-reload.
& $update_deps
write-host