Skip to content
Snippets Groups Projects
Commit 82a0ee2b authored by ram's avatar ram
Browse files

Parameterized COMF by TARGET-FASL-FILE-TYPE.

parent 5229e2dc
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,9 @@
(obj (if output-file
(pathname output-file)
(make-pathname :defaults src
:type (if *new-compile* "nfasl" "fasl"))))
:type (if *new-compile*
vm:target-fasl-file-type
"fasl"))))
(compiler #+new-compiler #'compile-file
#-new-compiler (if *new-compile*
#'c::ncompile-file
......
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