[mod] build-process:use static version of koralle

This commit is contained in:
Christian Fraß 2023-09-22 12:12:05 +02:00
parent 106f9d9f9b
commit ca7cc64944
2 changed files with 16330 additions and 1 deletions

View file

@ -54,7 +54,7 @@ def main(
file_copy(path_prj_app_from, path_prj_app_to) file_copy(path_prj_app_from, path_prj_app_to)
file_copy(path_prj_test_from, path_prj_test_to) file_copy(path_prj_test_from, path_prj_test_to)
shell_execute("koralle --execute %s" % path_prj_app_to) shell_execute("tools/koralle --execute %s" % path_prj_app_to)
shell_execute("chmod +r build/heimdall") shell_execute("chmod +r build/heimdall")
if (not args.include_tests): if (not args.include_tests):
pass pass

16329
tools/koralle Executable file

File diff suppressed because it is too large Load diff