membraneframework / membrane_core

The core of the Membrane Framework, multimedia processing framework written in Elixir
https://membrane.stream
Apache License 2.0
1.31k stars 39 forks source link

[Bundlex] Fix loading NIFs when crosscompiling #698

Closed Noarkhh closed 8 months ago

Noarkhh commented 11 months ago

Currently, when crosscompiling NIFs Bundlex will try to load then and fail, giving a big warning. In this case NIFs should probably only be loaded in runtime and not compile time

darthez commented 8 months ago

Seems like benefit to effort ration does not make it a viable candidate to work on ;p