Loading test/make-hello-world.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ (defun make-hello-bundle (operation) (operate 'load-fasl-op :hello-world-example) (operate 'load-bundle-op :hello-world-example) (operate operation :hello-world-example) #+mkcl (add-mkcl-dll (asdf::output-file operation :hello-world-example))) Loading Loading
test/make-hello-world.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ (defun make-hello-bundle (operation) (operate 'load-fasl-op :hello-world-example) (operate 'load-bundle-op :hello-world-example) (operate operation :hello-world-example) #+mkcl (add-mkcl-dll (asdf::output-file operation :hello-world-example))) Loading