testing..
This commit is contained in:
parent
6f0fbc85cb
commit
418d22da5e
1 changed files with 3 additions and 1 deletions
4
ly.sh
4
ly.sh
|
@ -223,7 +223,9 @@
|
|||
# zig init
|
||||
|
||||
if run --err err --out out zig build; then
|
||||
if run --err err --out out zig build installexe; then
|
||||
# if run --err err --out out zig build installexe; then
|
||||
check "."
|
||||
if zig build installexe; then
|
||||
upclear
|
||||
check "Build ly with zig successfully!"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue