Skip to content

Commit

Permalink
add new rust compilation triple for raspberry pi zero 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonahss committed Dec 18, 2023
1 parent 73eecca commit 79ac02d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion napi-rust-drivers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"triples": {
"defaults": false,
"additional": [
"armv7-unknown-linux-gnueabihf"
"armv7-unknown-linux-gnueabihf",
"aarch64-unknown-linux-gnu"
]
}
},
Expand Down

0 comments on commit 79ac02d

Please sign in to comment.