Add Gauche install

This commit is contained in:
retropikzel 2025-07-21 07:46:56 +03:00
parent fef3a2ad2e
commit 3f12351834
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ uninstall:
force-install:
if [ "${SCHEME}" = "gauche" ]; then \
cp -r foreign $(shell gauche-config --sitelibdir)/; \
mkdir -p $(shell gauche-config --sysarchdir)/foreign/c/lib; \
cp -r foreign/c/lib/gauche.so $(shell gauche-config --sysarchdir)/foreign/c/lib/; \
else \
printf "\n" | snow-chibi --impls=${SCHEME} --always-yes install foreign-c-${VERSION}.tgz; \
fi