5 lines
88 B
Scheme
5 lines
88 B
Scheme
(define-module (cgif config)
|
|
#:export (installdir))
|
|
|
|
(define installdir "INSTALLDIR")
|