Add musl-cc as linker when building lua module for musl

pull/96/head
Chip Senkbeil 3 years ago
parent 9f5af13c86
commit cfa736bf99
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -11,4 +11,7 @@ rustflags = [
]
[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]
rustflags = [
"-C", "target-feature=-crt-static",
"-C", "linker=musl-cc",
]

Loading…
Cancel
Save