[mod] build-process:use static version of koralle
This commit is contained in:
parent
106f9d9f9b
commit
ca7cc64944
|
|
@ -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
16329
tools/koralle
Executable file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue