numaapi: Sync with upstream

Fixes potential build error in some build configurations
This commit is contained in:
Ray molenkamp 2020-08-24 07:45:39 -06:00
parent 95cc709612
commit ee2e2f14ac
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
#elif defined(__QNXNTO__)
# define OS_QNX 1
#elif defined(__asmjs__) || defined(__wasm__)
# define OS_ASMJS
# define OS_ASMJS 1
#else
# error Please add support for your platform in build_config.h
#endif