| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0100a3b commit 5b25fbe
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,7 @@ const util = require('util'); | |||
| 34 | 34 | const { isMainThread } = require('worker_threads'); | |
| 35 | 35 | ||
| 36 | 36 | const tmpdir = require('./tmpdir'); | |
| 37 | - const bits = ['arm64', 'mips', 'mipsel', 'ppc64', 's390x', 'x64'] | ||
| 37 | + const bits = ['arm64', 'mips', 'mipsel', 'ppc64', 'riscv64', 's390x', 'x64'] | ||
| 38 | 38 | .includes(process.arch) ? 64 : 32; | |
| 39 | 39 | const hasIntl = !!process.config.variables.v8_enable_i18n_support; | |
| 40 | 40 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments