Skip to content

Commit

Permalink
fix(rari-npm): fix windows arm
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Oct 24, 2024
1 parent e8642d2 commit 9bba930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rari-npm/lib/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const TARGET_LOOKUP = {
arm64: {
darwin: "aarch64-apple-darwin",
linux: "aarch64-unknown-linux-musl",
win32: "arch64-pc-windows-msvc",
win32: "aarch64-pc-windows-msvc",
},
x64: {
darwin: "x86_64-apple-darwin",
Expand Down

0 comments on commit 9bba930

Please sign in to comment.