From ee2e2f14ac1b14869edbfc950714f8a67b1274aa Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Mon, 24 Aug 2020 07:45:39 -0600 Subject: numaapi: Sync with upstream Fixes potential build error in some build configurations --- intern/numaapi/source/build_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/numaapi/source') diff --git a/intern/numaapi/source/build_config.h b/intern/numaapi/source/build_config.h index c6392532914..8e351f1c718 100644 --- a/intern/numaapi/source/build_config.h +++ b/intern/numaapi/source/build_config.h @@ -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 -- cgit v1.2.3