fix(lib): add wasm32 support to portable/endian.h (#4607)
This commit is contained in:
parent
912167a9cd
commit
aeab755033
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