From f89a2220d8f66ba2f0aaedac31fce8dd5a537c7d Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Tue, 28 Jun 2016 18:15:10 -0600 Subject: [PATCH] build: forgot to commit patches dir --- patches/embree2.10.0.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/embree2.10.0.patch diff --git a/patches/embree2.10.0.patch b/patches/embree2.10.0.patch new file mode 100644 index 00000000..d0fc9090 --- /dev/null +++ b/patches/embree2.10.0.patch @@ -0,0 +1,13 @@ +--- embree-2.10.0.x86_64.macosx/include/embree2/rtcore.h 2016-05-19 23:54:49.000000000 -0600 ++++ embree-2.10.0.x86_64.macosx/include/embree2/rtcore.h 2016-06-28 15:32:56.000000000 -0600 +@@ -50,6 +50,10 @@ + #define RTCORE_DEPRECATED + #endif + ++#if !defined(_WIN32) ++ #define __forceinline inline __attribute__((always_inline)) ++#endif ++ + /*! Embree API version */ + #define RTCORE_VERSION_MAJOR 2 + #define RTCORE_VERSION_MINOR 10