summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--third_party/mesa/mesa.gyp4
1 files changed, 1 insertions, 3 deletions
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp
index 384a123..da12643 100644
--- a/third_party/mesa/mesa.gyp
+++ b/third_party/mesa/mesa.gyp
@@ -43,6 +43,7 @@
"HAVE_ALIAS",
"HAVE_MINCORE",
"HAVE_LIBUDEV",
+ "_GLAPI_NO_EXPORTS",
],
'conditions': [
['OS=="android"', {
@@ -78,9 +79,6 @@
'include_dirs': [
'src/include/c99',
],
- 'defines': [
- '_GLAPI_NO_EXPORTS',
- ],
}],
],
},