xach / buildapp

Buildapp makes it easy to build application executables with SBCL
http://www.xach.com/lisp/buildapp/
122 stars 26 forks source link

No option to set CCL binary path #19

Open xach opened 9 years ago

xach commented 9 years ago

There seems to be a --sbcl option to set which program is invoked for sbcl, but no corresponding --ccl option to set the ccl binary. It seems hardcoded to "ccl".

This is a problem if you really want to use a different binary to e.g. produce 64 vs 32 bit executables.