aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csc/config.scheme
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csc/config.scheme')
-rw-r--r--lib/csc/config.scheme7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/csc/config.scheme b/lib/csc/config.scheme
new file mode 100644
index 0000000..d2618a7
--- /dev/null
+++ b/lib/csc/config.scheme
@@ -0,0 +1,7 @@
+(define-library (csc config)
+ (export *standard-library-dir*)
+ (import (scheme base))
+ (begin
+
+
+ (define *standard-library-dir* "/usr/lib/csc")))