summaryrefslogtreecommitdiff
path: root/build-bootstrap.sh
diff options
context:
space:
mode:
authorAlexander Hill <ahill@breadpudding.dev>2025-05-06 23:37:40 -0400
committerAlexander Hill <ahill@breadpudding.dev>2025-05-06 23:37:40 -0400
commitc971eb2f31746e5e6c84c12baa4009e7b2764ba8 (patch)
tree29254e2bc5b47512fd0c24102da6e627ca4f9fbc /build-bootstrap.sh
parent2aeb13e7ee3f70e85f85bae9e77c2d3e1a10f94a (diff)
Built a version of cargo and rustc that won't crash
Co-authored-by: Alexander Hill <ahill@breadpudding.dev> Co-authored-by: Nicholas McDaniel <nickmcdaniel00@gmail.com>
Diffstat (limited to 'build-bootstrap.sh')
-rwxr-xr-xbuild-bootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-bootstrap.sh b/build-bootstrap.sh
index 8abc50a..3c7611e 100755
--- a/build-bootstrap.sh
+++ b/build-bootstrap.sh
@@ -19,6 +19,7 @@ mkdir -p $MAPLE/lib
# libc++ fails to link without it, but this should be fixed via a
# configuration change in LLVM. ~ahill
ln -s . $MAPLE/lib/$HOST
+mkdir -p $MAPLE/maple/patches
mkdir -p $MAPLE/maple/sources
mkdir -p $MAPLE/mnt
mkdir -p $MAPLE/proc