shftgroup / gisst

Easily embed a libretro emulator in a website
GNU General Public License v3.0
4 stars 0 forks source link

Remove magic-sys/libmagic dependency or something #170

Open JoeOsborn opened 3 weeks ago

JoeOsborn commented 3 weeks ago

It doesn't really work on mac without special cargo flags and hacks. Could use mime-sniffer or mime-guess or something or just not do it

ekaltman commented 3 weeks ago

This is an issue, as noted in rust magic-sys https://github.com/robo9k/rust-magic-sys/issues/34 . There are undefined symbols in the arm64 libmagic that will block compilation on macOS unless the compiler is set to ignore undefined.