Adding Gauche install

This commit is contained in:
retropikzel 2025-07-21 06:28:19 +03:00
parent caf86530f2
commit 1bac8dbf7a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ install:
if [ "${SCHEME}" = "gauche" ]; then \ if [ "${SCHEME}" = "gauche" ]; then \
cp -r foreign $(shell gauche-config --sitelibdir)/; \ cp -r foreign $(shell gauche-config --sitelibdir)/; \
else \ else \
snow-chibi --impls=${SCHEME} install foreign-c-${VERSION}.tgz snow-chibi --impls=${SCHEME} install foreign-c-${VERSION}.tgz; \
fi fi
uninstall: uninstall: