From 6c0e142409d57c11fc03bcbc3d79a4d646f885ff Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Mon, 30 Oct 2023 22:54:28 +0100 Subject: Meta: Create a simple toolchain compilation script --- meta/build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/build.sh') diff --git a/meta/build.sh b/meta/build.sh index 39d778a..66b093b 100755 --- a/meta/build.sh +++ b/meta/build.sh @@ -1,4 +1,5 @@ #!/bin/sh scriptdir="$(dirname "$0")" cd "$scriptdir" +export PATH="$PATH:$(pwd)/../toolchain/bin/bin" ./kernel.sh && ./userland.sh && ./sync.sh -- cgit v1.2.3