fix(lib): add wasm32 support to portable/endian.h (#4607)
(cherry picked from commit aeab755033)
This commit is contained in:
parent
f2f197b6b2
commit
d991edf074
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@
|
|||
defined(__CYGWIN__) || \
|
||||
defined(__MSYS__) || \
|
||||
defined(__EMSCRIPTEN__) || \
|
||||
defined(__wasi__)
|
||||
defined(__wasi__) || \
|
||||
defined(__wasm__)
|
||||
|
||||
#if defined(__NetBSD__)
|
||||
#define _NETBSD_SOURCE 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue