aboutsummaryrefslogtreecommitdiffstats
path: root/csc/config.csc
blob: 39268c06bce5fe58a5658b553290ed9d8c6f7c7e (plain) (blame)
1
2
3
4
5
6
7
(define-library (csc config)
  (export *library-search-dir*)
  (import (scheme base))
  (begin


    (define *standard-library-dir* "/usr/lib/csc")))