summaryrefslogtreecommitdiff
path: root/lib/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/build.sh')
-rwxr-xr-xlib/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build.sh b/lib/build.sh
index ccdc117..13aaf8e 100755
--- a/lib/build.sh
+++ b/lib/build.sh
@@ -48,4 +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/$runtime" && $CC $CFLAGS $SOURCES -shared $LDFLAGS -o "$output/$runtime/$sofile" && echo Done