Skip to content
Snippets Groups Projects
Commit 5f7e4291 authored by Gary King's avatar Gary King
Browse files

Fix fasl extension for ccl

parent aae7de4a
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ elif [ "$lisp" = "allegromodern" ] ; then
fi
elif [ "$lisp" = "ccl" ] ; then
if type ccl ; then
fasl_ext="fasl"
fasl_ext="dx32fsl"
command="ccl --no-init --quiet --batch "
fi
fi
......
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