-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Description
As per below, it does not look like FreeBSD is currently supported. Can it be added?
lightningcss/scripts/build-npm.js
Lines 7 to 36 in 856d460
| const triples = [ | |
| { | |
| name: 'x86_64-apple-darwin', | |
| }, | |
| { | |
| name: 'x86_64-unknown-linux-gnu', | |
| libc: 'glibc', | |
| }, | |
| { | |
| name: 'x86_64-pc-windows-msvc', | |
| }, | |
| { | |
| name: 'aarch64-apple-darwin', | |
| }, | |
| { | |
| name: 'aarch64-unknown-linux-gnu', | |
| libc: 'glibc', | |
| }, | |
| { | |
| name: 'armv7-unknown-linux-gnueabihf', | |
| }, | |
| { | |
| name: 'aarch64-unknown-linux-musl', | |
| libc: 'musl', | |
| }, | |
| { | |
| name: 'x86_64-unknown-linux-musl', | |
| libc: 'musl', | |
| }, | |
| ]; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels