Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2020-08-24 16:45:39 +0300
committerRay Molenkamp <github@lazydodo.com>2020-08-24 16:45:39 +0300
commitee2e2f14ac1b14869edbfc950714f8a67b1274aa (patch)
tree35922276c24d1b44136bfb4d38c7d9cccd8d50b0 /intern
parent95cc709612d3b2a78eea800cfcf62bf6f896b85d (diff)
numaapi: Sync with upstream
Fixes potential build error in some build configurations
Diffstat (limited to 'intern')
-rw-r--r--intern/numaapi/source/build_config.h2
1 files changed, 1 insertions, 1 deletions
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