summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-22 21:19:55 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-22 21:19:55 -0500
commit3ed20ff9b2b88889fe391fde7ef6387808e99547 (patch)
treea0e47458c615f8166f367d66297a71e4b5ac53c0 /build.sh
parent6168162b67dcefdd004d6e13cfb0ac68512c7812 (diff)
fix build script
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 4fb28be..69b6e6c 100644
--- a/build.sh
+++ b/build.sh
@@ -6,6 +6,9 @@ set -eu
# TODO actually install haunt
+GUILE_LOAD_PATH="$HOME/src/guile-commonmark${GUILE_LOAD_PATH:+:$GUILE_LOAD_PATH}"
+export GUILE_LOAD_PATH
+
cd "$HOME/www-personal"
./update.sh