~ chicken-core (master) 64dff65ac81560befb4dae4f570a30a64ee0af8d
commit 64dff65ac81560befb4dae4f570a30a64ee0af8d
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu May 14 10:17:24 2026 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu May 14 10:17:24 2026 +0200
update bootstrap script to include headpad changes required for MacOS
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 0118fc13..bd8cfc61 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -20,7 +20,7 @@ esac
mkdir -p boot/snapshot
cd boot
-$getcmd https://code.call-cc.org/dev-snapshots/2024/12/09/chicken-6.0.0pre1.tar.gz
+$getcmd https://code.call-cc.org/dev-snapshots/2026/05/12/chicken-6.0.0rc3.tar.gz
tar -xzf chicken-6.0.0pre1.tar.gz
cd chicken-6.0.0pre1
./configure --prefix "$(pwd)"/../snapshot
Trap