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


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