akash-akya / vix

Elixir extension for libvips
MIT License
166 stars 20 forks source link

Vix.LibvipsPrecompiled: system_architecture -> current #116

Closed feld closed 1 year ago

feld commented 1 year ago

I was updating vix on my FreeBSD machine and started debugging why it wasn't building (didn't notice the switch to precompiled libs unless otherwise specified) and while trying to get a valid triple generated for FreeBSD I noticed that this fallback code was incorrect as it was passing the system_architecture String through instead of the current List.

No other notes, the VIX_COMPILATION_MODE=PLATFORM_PROVIDED_LIBVIPS env works fine.

akash-akya commented 1 year ago

Thanks for debugging and fixing the issue 👍🏼