summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/openmp-disable.patch
blob: c084183e2f3b488803df1fff8f706e621a472ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- libgltf/src/RenderScene.h
+++ libgltf/src/RenderScene.h
@@ -16,7 +16,8 @@
 #include "FPSCounter.h"
 #include "Timer.h"
 
-#define OPENMPENABLE   1
+// Needs a configure / etc. detection to see if omp.h is on the system ...
+#define OPENMPENABLE   0
 #if OPENMPENABLE
 #include <omp.h>
 #define WAVESIZE 4