philss / rustler_precompiled

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

Add support for suse linux target #40

Closed fabriziosestito closed 1 year ago

fabriziosestito commented 1 year ago

Add support for SUSE linux target: x86_64-suse-linux-gnu, which will be aliased to x86_64-unknown-linux-gnu.

See #32 and #30

philss commented 1 year ago

@fabriziosestito thanks! :purple_heart: I'm going to release a patch shortly.

philss commented 1 year ago

This was released in version 0.5.5 :) Sorry for the delay.

fabriziosestito commented 1 year ago

@philss thanks!