Author:ptrace
Comitter:ptrace
Date:2026-02-22 16:10:21 UTC
diff --git a/build.jai b/build.jai
index a61f222..55d363e 100644
--- a/build.jai
+++ b/build.jai
@@ -151,7 +151,7 @@ build :: () {
return;
}
if args_program_run run_build_result(w, program_args);
if args_program_run run_build_result_of_workspace(w, program_args);
}
diff --git a/templates/lib/template.jai b/templates/lib/template.jai
index a1a3333..848976b 100644
--- a/templates/lib/template.jai
+++ b/templates/lib/template.jai
@@ -72,7 +72,7 @@ build :: () {
return;
}
if args_program_run run_build_result(w, program_args);
if args_program_run run_build_result_of_workspace(w, program_args);
}
build_debug :: (w: Workspace, target_options: *Build_Options) {
diff --git a/templates/raylib/template.jai b/templates/raylib/template.jai
index b03b095..1abc4f7 100644
--- a/templates/raylib/template.jai
+++ b/templates/raylib/template.jai
@@ -67,7 +67,7 @@ build :: () {
return;
}
if args_program_run run_build_result(w, program_args);
if args_program_run run_build_result_of_workspace(w, program_args);
}
build_debug :: (w: Workspace, target_options: *Build_Options) {
diff --git a/templates/with_args/template.jai b/templates/with_args/template.jai
index b03b095..1abc4f7 100644
--- a/templates/with_args/template.jai
+++ b/templates/with_args/template.jai
@@ -67,7 +67,7 @@ build :: () {
return;
}
if args_program_run run_build_result(w, program_args);
if args_program_run run_build_result_of_workspace(w, program_args);
}
build_debug :: (w: Workspace, target_options: *Build_Options) {