Skip to content
Snippets Groups Projects
Commit 36618d0d authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Fix MK-EXT package name.

parent 9c231c9d
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@
(require 'sockets) ;; Test the pre-compiled system feature
;; Test that we didn't break require for non-asdf modules
(progn
(pop #+ecl ext:*module-provider-functions* #+mkcl mkext:*module-provider-functions*)
(pop #+ecl ext:*module-provider-functions* #+mkcl mk-ext:*module-provider-functions*)
(require 'serve-event))
(operate 'dll-op :test-asdf/dll-test)
(let ((dll (first (output-files 'dll-op :test-asdf/dll-test))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment