summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/features.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gl/features.hpp')
-rw-r--r--src/mbgl/gl/features.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mbgl/gl/features.hpp b/src/mbgl/gl/features.hpp
index 1757093967..1da1371e45 100644
--- a/src/mbgl/gl/features.hpp
+++ b/src/mbgl/gl/features.hpp
@@ -3,5 +3,6 @@
#if __APPLE__
#define MBGL_HAS_BINARY_PROGRAMS 0
#else
- #define MBGL_HAS_BINARY_PROGRAMS 1
+ // https://github.com/mapbox/mapbox-gl-native/issues/14294
+ #define MBGL_HAS_BINARY_PROGRAMS 0
#endif