testing..

This commit is contained in:
pika 2025-05-25 13:22:38 +02:00
parent 6f0fbc85cb
commit 418d22da5e

4
ly.sh
View file

@ -223,7 +223,9 @@
# zig init # zig init
if run --err err --out out zig build; then 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 upclear
check "Build ly with zig successfully!" check "Build ly with zig successfully!"
else else