From 21001a44f1781423ae04f35ee41e042ae6f01355 Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Sun, 6 Oct 2024 11:35:54 +0300 Subject: Update build.sh Output Done only if succesful --- lib/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/build.sh b/lib/build.sh index f506120..ccdc117 100755 --- a/lib/build.sh +++ b/lib/build.sh @@ -48,5 +48,4 @@ case "$runtime" in esac echo Building for runtime "$runtime ..." -mkdir -p "$output/runtimes/$runtime/native" && $CC $CFLAGS $SOURCES -shared $LDFLAGS -o "$output/runtimes/$runtime/native/$sofile" -echo Done +mkdir -p "$output/runtimes/$runtime/native" && $CC $CFLAGS $SOURCES -shared $LDFLAGS -o "$output/runtimes/$runtime/native/$sofile" && echo Done -- cgit v1.2.3