Skip to content

Commit

Permalink
add loongarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate authored and abbr committed Aug 24, 2021
1 parent d864625 commit 668127f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ if (!{
ppc64: true,
ppc: true,
s390x: true,
mips64el: true
mips64el: true,
loongarch64: true
}.hasOwnProperty(arch)) {
console.error('Unsupported (?) architecture: `' + arch + '`');
process.exit(1);
Expand Down

0 comments on commit 668127f

Please sign in to comment.