mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-05 12:16:35 +02:00
Added (Cyc-installation-dir), still need to refactor
This commit is contained in:
parent
c744080984
commit
3a296d89a0
1 changed files with 3 additions and 0 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Reference in a new issue