buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.22k stars 34 forks source link

Build Failed #190

Closed sneekyfoxx closed 1 year ago

sneekyfoxx commented 1 year ago

Linux Version

6.5.4-arch2-1

Zig Version

0.12.0-dev.587+eb072fa52

Patch

mimalloc installs header files to /use/local/include/mimalloc-2.1 when using sudo make install but src/mimalloc.zig only tries to include mimalloc.h. The full path to mimalloc.h must be supplied in order for it to work.

giann commented 1 year ago

What command did you use to build then run buzz?