X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=bin%2Fbuildosxexec.sh;h=1d9351b988ee3e11dbe1fd3d7abd8ffb7ba4d0bd;hp=963973e8f3a021f55e18e06a6c59126ed6d7a7a1;hb=v0.1.0;hpb=687ec5dde86dc5e9a46f1441051d2b1da13c4478 diff --git a/bin/buildosxexec.sh b/bin/buildosxexec.sh index 963973e..1d9351b 100755 --- a/bin/buildosxexec.sh +++ b/bin/buildosxexec.sh @@ -35,8 +35,9 @@ mkdir -p tmp/deps/ SBCL_HOME="" tmp/sbcl/bin/sbcl --core tmp/sbcl/lib/sbcl/sbcl.core --no-sysinit --no-userinit \ --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 "osxsbcl" :executable t :toplevel (function clnl:run))' \