Author:ptrace Comitter:ptrace Date:2026-02-22 16:11:03 UTC Merge: a32b715d72f2e3e7242b0e7b9cfd6c1b9cf49773 0abcda4f7443a9491eedbe54b9514d13ca3354eb

Merge pull request 'Jai version 0.02.026 renamed run_build_result' (#9) from fix/autorun-run-build-result-renamed into main

Reviewed-on: https://codeberg.org/ptrace/jai-init/pulls/9

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) {