mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
don't allow calling private functions/methods
This commit is contained in:
parent
2a3cf0bec9
commit
c860bac7bf
8 changed files with 39 additions and 28 deletions
|
@ -515,7 +515,7 @@ mut args := ''
|
|||
'/usr/lib/x86_64-linux-gnu/crtn.o')
|
||||
println(ress)
|
||||
if ress.contains('error:') {
|
||||
os.exit(1)
|
||||
exit(1)
|
||||
}
|
||||
println('linux cross compilation done. resulting binary: "$c.out_name"')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue