Fix for hot-reload (raylib shared required on odin compiler)

This commit is contained in:
2024-01-25 11:24:52 -05:00
parent 1755dac070
commit c9a10c3b41
3 changed files with 5 additions and 5 deletions

View File

@ -83,7 +83,7 @@ push-location $path_root
write-host 'Skipping sectr_host build, process is active'
return
}
$should_build = check-ModuleForChanges $module_host
if ( -not( $should_build)) {
write-host 'Skipping sectr_host build, module up to date'