Adding Gauche install

This commit is contained in:
retropikzel 2025-07-21 06:26:37 +03:00
parent 4b131f4822
commit dd932c300c
1 changed files with 1 additions and 1 deletions

View File

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