-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of Alpine Linux / Musl libc builds #249
Comments
We don't currently have flags for things like c library or arm version or On Mon, Nov 7, 2016, 8:50 AM Flarna notifications@github.com wrote:
|
@Flarna correct. Alternative C or C++ libraries are not supported by default. However, If you want to produce binaries for them you can. You would use the
|
Thanks a lot! |
@Flarna See: |
As far as I know node-pre-gyp uses os, bitness , node module version to select the pre-built binaries to download.
Isn't this an issue for Linux systems using Musl libc? As far as I know they are not 100% ABI compatible therefore it may happen that non working binaries are downloaded.
Or is it currently needed to compile from source for Musl libc always?
The text was updated successfully, but these errors were encountered: