From 1dc3c13d33a084126b290456acd2764c857f9d40 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 17 Jul 2015 20:36:37 -0400 Subject: [PATCH] Potential solution for install dir --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index c7eb57db..45c15923 100644 --- a/TODO +++ b/TODO @@ -17,6 +17,11 @@ Working TODO list: cmd line to the codebase. Maybe it could be part of the runtime library, as a C argument? EG: could pass $(PREFIX) to the build command + +how about we add installation-dir (AKA PREFIX) as a libcyclone.a function? +the code can assume a cyc:get function for install dir and act accordingly. +in addition, the chicken code can just hardwire it to the current directory or a home dir (maybe ideal, that is just debug anyway) + * purge (cyc:get-*-dir) functions should only need these maybe for the chicken install. * figure out how a build will go now. is it possible to build locally