Adding Gauche install

This commit is contained in:
retropikzel 2025-07-21 06:27:54 +03:00
parent dd932c300c
commit caf86530f2
1 changed files with 3 additions and 2 deletions

View File

@ -28,9 +28,10 @@ build: README.html
foreign/c.sld foreign/c.sld
install: install:
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)/; \
else \
snow-chibi --impls=${SCHEME} install foreign-c-${VERSION}.tgz
fi fi
uninstall: uninstall: