philss / rustler_precompiled

Use precompiled NIFs from trusted sources in your Elixir code
181 stars 25 forks source link

Fix "force build" with unavailable target #39

Closed philss closed 1 year ago

philss commented 1 year ago

This is going to enable the process of building the metadata even if the current target is not available, but "force_build" is true.

Closes https://github.com/philss/rustler_precompiled/issues/38