X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=bin%2Fbuildlinuxexec.sh;h=d13d6fe767fc2b7c28250231daf2ee7f23300ef5;hp=37c6d8a230ac257ac88e6ce8c337606ae1710198;hb=687ec5dde86dc5e9a46f1441051d2b1da13c4478;hpb=6fc4a1700ede4beee1d2a547d75be6b40488a1f5 diff --git a/bin/buildlinuxexec.sh b/bin/buildlinuxexec.sh index 37c6d8a..d13d6fe 100755 --- a/bin/buildlinuxexec.sh +++ b/bin/buildlinuxexec.sh @@ -31,8 +31,9 @@ mkdir -p tmp/deps/ SBCL_HOME="" tmp/sbcl/bin/sbcl --core tmp/sbcl/lib/sbcl/sbcl.core \ --eval "(require 'asdf)" \ - --eval "(asdf:initialize-source-registry '(:source-registry (:tree \"${PWD}/tmp/deps\") (:directory \"${PWD}/src/main\") :IGNORE-INHERITED-CONFIGURATION))" \ + --eval "(asdf:initialize-source-registry '(:source-registry (:tree \"${PWD}/tmp/deps\") (:tree \"${PWD}/src/main\") :IGNORE-INHERITED-CONFIGURATION))" \ --eval "(asdf:load-system :clnl)" \ + --eval "(asdf:load-system :clnl-extension-cli)" \ --eval "(asdf:clear-output-translations)" \ --eval '(sb-ext:save-lisp-and-die "clnl" :executable t :toplevel (function clnl:run))'