justinethier / cyclone

:cyclone: A brand-new compiler that allows practical application development using R7RS Scheme. We provide modern features and a stable system capable of generating fast native binaries.
http://justinethier.github.io/cyclone/
MIT License
823 stars 42 forks source link

Makefile: Also pass -L. for CYCLONE_SYSTEM #492

Closed nmeum closed 1 year ago

nmeum commented 1 year ago

Otherwise, the Cyclone compiler build from cyclone.scm using the installed Cyclone version will use the libcyclone.a and libcyclonebn.a file from /usr/lib instead of the one compiled as a prerequisite by GNU make in the current directory.

justinethier commented 1 year ago

Thank @nmeum !