This commit is contained in:
gos-k 2021-04-22 00:12:42 +09:00
parent dcde59c8e6
commit f99dc2dc3e
2 changed files with 2 additions and 2 deletions

View file

@ -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))

View file

@ -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);