xach / buildapp

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

Not building on Windows and CCL #22

Open wnortje opened 9 years ago

wnortje commented 9 years ago

On CCL1.10 on Windows XP 32b, (buildapp:build-buildapp) fails. run-program is called as follows: (run-program "ccl" '(...))

If run-program is called like below, it works. (run-program "cmd" '("/c" "ccl" ...))