diff options
| -rwxr-xr-x | lib/build.sh | 3 |
1 files changed, 1 insertions, 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 |
