ashinn / chibi-scheme

Official chibi-scheme repository
Other
1.2k stars 142 forks source link

make js fails on macOS because of static #951

Open paines opened 4 months ago

paines commented 4 months ago

As macOS does not support static linkings make js fails. I tried using gcc-13 instead of default calng but the error is the same. Is there a way to compile the js target dynamically?