summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/openmp-disable.patch
blob: ef8bc2ef4a3b9a30a01d0698f19dc30a2119ab9f (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 @@
 #define TRACE_TIME 
 #endif
 
-#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