Index: third_party/mesa/BUILD.gn |
diff --git a/third_party/mesa/BUILD.gn b/third_party/mesa/BUILD.gn |
index 7c56f0e66166e47a93f269a3c496ce672ef6e915..753b46ad76c5fd3ce03039dd11f650151dcaba53 100644 |
--- a/third_party/mesa/BUILD.gn |
+++ b/third_party/mesa/BUILD.gn |
@@ -716,7 +716,7 @@ static_library("mesa") { |
if (is_win) { |
# Because we're building as a static library |
- defines += [ "_GLAPI_NO_EXPORTS" ] |
+ defines = [ "_GLAPI_NO_EXPORTS" ] |
} |
deps = [ |