From 3a296d89a04ad670899a1a03a4581f786b14ca0e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 17 Jul 2015 21:41:59 -0400 Subject: [PATCH] Added (Cyc-installation-dir), still need to refactor --- cyclone.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cyclone.scm b/cyclone.scm index e4255f68..6cea68af 100644 --- a/cyclone.scm +++ b/cyclone.scm @@ -18,6 +18,9 @@ (cond-expand (chicken + (define (Cyc-installation-dir) "home/justin/Documents/cyclone") +;; TODO: nuke all the other defs below, this is the only one to base installed locations on + ;; TODO: will need to read these from env somehow. ;; for now they are just hard-coded, but that won't work for an install (define (cyc:get-lib-dir) "/home/justin/Documents/cyclone/")