mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
Fix path
This commit is contained in:
parent
dcde59c8e6
commit
f99dc2dc3e
|
|
@ -39,7 +39,7 @@
|
|||
(uiop/filesystem:delete-directory-tree
|
||||
path :validate t))
|
||||
(ql-impl-util:rename-directory
|
||||
(merge-pathnames (format nil "~@{~A~}" "clasp-" version "-x86-64-" uname "/build") impls)
|
||||
(merge-pathnames (format nil "~@{~A~}" "clasp-" version "-x86-64-" uname "/") impls)
|
||||
(merge-pathnames (opt "as") impls)))
|
||||
(cons t argv))
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ char** cmd_run_clasp(int argc,char** argv,struct sub_command* cmd) {
|
|||
|
||||
LVal ret=0;
|
||||
|
||||
char *bin=cat(home,impl_path,SLASH,"boehm/iclasp-boehm",EXE_EXTENTION,NULL);
|
||||
char *bin=cat(home,impl_path,SLASH,"build/boehm/iclasp-boehm",EXE_EXTENTION,NULL);
|
||||
s(arch),s(os);
|
||||
ret=conss(bin,ret);
|
||||
s(impl_path);
|
||||
|
|
|
|||
Loading…
Reference in a new issue