| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent aa875a4 commit c168cbf
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | 37 | # Reset this number to 0 on major V8 upgrades. | |
| 38 | 38 | # Increment by one for each non-official patch applied to deps/v8. | |
| 39 | - 'v8_embedder_string': '-node.18', | ||
| 39 | + 'v8_embedder_string': '-node.19', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -703,6 +703,8 @@ V8 shared library set USING_V8_SHARED. | |||
| 703 | 703 | #define V8_TARGET_ARCH_ARM 1 | |
| 704 | 704 | #elif defined(__mips64) | |
| 705 | 705 | #define V8_TARGET_ARCH_MIPS64 1 | |
| 706 | + #elif defined(__loongarch64) | ||
| 707 | + #define V8_TARGET_ARCH_LOONG64 1 | ||
| 706 | 708 | #elif defined(_ARCH_PPC64) | |
| 707 | 709 | #define V8_TARGET_ARCH_PPC64 1 | |
| 708 | 710 | #elif defined(_ARCH_PPC) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments