now that odbc-package is not open by default in the scsh package to avoid warnings on Unix, it needs to be loaded here so it will still run on Win32
This commit is contained in:
parent
4306bc0899
commit
2ff38c84a3
|
@ -692,6 +692,7 @@ scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
|
|||
echo ",load-package list-lib"; \
|
||||
echo ",load-package string-lib"; \
|
||||
echo ",load-package ccp-lib"; \
|
||||
echo ",load-package odbc-package"; \
|
||||
echo ",in scsh-level-0"; \
|
||||
echo "(%install-scsh-handlers)"; \
|
||||
echo "(autoreap-policy 'early)"; \
|
||||
|
|
Loading…
Reference in New Issue