~ salmonella-environment-setup (master) 9955a891507012423ccf318aed51c855b2e36266
commit 9955a891507012423ccf318aed51c855b2e36266 Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Sun Sep 5 14:23:42 2021 +0200 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Sun Sep 5 14:23:42 2021 +0200 Add configuration file for prerelease with tcc diff --git a/conf/prerelease-tcc.conf b/conf/prerelease-tcc.conf new file mode 100644 index 0000000..a92e3a8 --- /dev/null +++ b/conf/prerelease-tcc.conf @@ -0,0 +1,10 @@ +;; -*- scheme -*- +(cond-expand + (chicken-5 + (import (chicken load))) + (else)) + +(load-relative "./common/chicken-5.scm") +(load-relative "./common/tcc.scm") + +(chicken-core-branch "prerelease")Trap