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.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mbgl/gl/features.hpp b/src/mbgl/gl/features.hpp
new file mode 100644
index 0000000000..04dc4fa02e
--- /dev/null
+++ b/src/mbgl/gl/features.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+#if __APPLE__
+ #define MBGL_HAS_BINARY_PROGRAMS 0
+#else
+ #define MBGL_HAS_BINARY_PROGRAMS 1
+#endif \ No newline at end of file