mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
fix(lib): add wasm32 support to portable/endian.h (#4607)
(cherry picked from commit aeab755033)
This commit is contained in:
parent
f2f197b6b2
commit
d991edf074
|
|
@ -24,7 +24,8 @@
|
|||
defined(__CYGWIN__) || \
|
||||
defined(__MSYS__) || \
|
||||
defined(__EMSCRIPTEN__) || \
|
||||
defined(__wasi__)
|
||||
defined(__wasi__) || \
|
||||
defined(__wasm__)
|
||||
|
||||
#if defined(__NetBSD__)
|
||||
#define _NETBSD_SOURCE 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue