jank-lang / jank

The native Clojure dialect hosted on LLVM
https://jank-lang.org
Mozilla Public License 2.0
1.69k stars 50 forks source link

Fix compiling and linking config for macOS #95

Closed avitkauskas closed 1 month ago

avitkauskas commented 1 month ago

Fixes #86 as discussed there.

I built clang and jank from scratch with the updated CMakeLists.txt and following the udpated instructions for macOS without any problems now.

jeaye commented 1 month ago

Great work! Thanks for testing this on a clean clone, too. :heart: