Adding Gauche install

This commit is contained in:
retropikzel 2025-07-21 06:25:23 +03:00
parent 89d8a94466
commit 4b131f4822
1 changed files with 1 additions and 1 deletions

View File

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