mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Potential solution for install dir
This commit is contained in:
parent
f13d7d9e05
commit
1dc3c13d33
1 changed files with 5 additions and 0 deletions
5
TODO
5
TODO
|
@ -17,6 +17,11 @@ Working TODO list:
|
||||||
cmd line to the codebase. Maybe it could be part of the runtime
|
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
|
library, as a C argument? EG: could pass $(PREFIX) to the build
|
||||||
command
|
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
|
* purge (cyc:get-*-dir) functions
|
||||||
should only need these maybe for the chicken install.
|
should only need these maybe for the chicken install.
|
||||||
* figure out how a build will go now. is it possible to build locally
|
* figure out how a build will go now. is it possible to build locally
|
||||||
|
|
Loading…
Add table
Reference in a new issue