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
Branches
Tags 1.353
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.
Please register or to comment