summaryrefslogtreecommitdiff
path: root/meta/userland.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta/userland.sh')
-rwxr-xr-xmeta/userland.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/userland.sh b/meta/userland.sh
index 1686023..94ab441 100755
--- a/meta/userland.sh
+++ b/meta/userland.sh
@@ -1,9 +1,12 @@
#!/bin/sh
scriptdir="$(dirname "$0")"
cd "$scriptdir"
+export PATH="$PATH:$(pwd)/../toolchain/bin/bin"
cd ..
make -C ./userland/libgui
make -C ./userland/libc
+mkdir -p ./sysroot/lib
+make install -C ./userland/libc
make -C ./userland/sh
make -C ./userland/terminal
make -C ./userland/snake