Skip to content

Commit

Permalink
add support for build with clisp-noffi; fix it on macos homebrew version
Browse files Browse the repository at this point in the history
  • Loading branch information
oldk1331 committed Oct 16, 2024
1 parent 2d2390f commit 584f473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lisp/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ fricas-config.lisp:
echo '(defparameter algebra-optimization' \
'(quote $(fricas_algebra_optimization)))' >> $@
if [ x$(fricas_has_directory_operations) = xyes ] ; then \
echo '(if (not (member :fricas_has_remove_directory' \
echo '#-(and :clisp (not :ffi))' \
'(if (not (member :fricas_has_remove_directory' \
' *features*)) ' \
'(push :fricas_has_remove_directory *features*))' \
>> $@ ; \
Expand Down

0 comments on commit 584f473

Please sign in to comment.