[Bf-blender-cvs] [ee2e2f14ac1] master: numaapi: Sync with upstream

Ray Molenkamp noreply at git.blender.org
Mon Aug 24 15:45:45 CEST 2020


Commit: ee2e2f14ac1b14869edbfc950714f8a67b1274aa
Author: Ray Molenkamp
Date:   Mon Aug 24 07:45:39 2020 -0600
Branches: master
https://developer.blender.org/rBee2e2f14ac1b14869edbfc950714f8a67b1274aa

numaapi: Sync with upstream

Fixes potential build error in some build configurations

===================================================================

M	intern/numaapi/source/build_config.h

===================================================================

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



More information about the Bf-blender-cvs mailing list