diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-05-06 23:37:40 -0400 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-05-06 23:37:40 -0400 |
| commit | c971eb2f31746e5e6c84c12baa4009e7b2764ba8 (patch) | |
| tree | 29254e2bc5b47512fd0c24102da6e627ca4f9fbc /build-bootstrap.sh | |
| parent | 2aeb13e7ee3f70e85f85bae9e77c2d3e1a10f94a (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-x | build-bootstrap.sh | 1 |
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 |
