fixed loop with comp_build() function of compiler

This commit is contained in:
Yehonal
2018-07-15 23:33:22 +02:00
parent e2e3a07f94
commit afbe059d5a

View File

@@ -58,7 +58,7 @@ function comp_compile() {
function comp_build() { function comp_build() {
comp_configure comp_configure
comp_build comp_compile
} }
function comp_all() { function comp_all() {