Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index 65a8847e29f27048630293a1927d00a0bdc70d93..8115239fafa7f1f0791b0a2356164a32119ac289 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -255,7 +255,7 @@ config("compiler") { |
# when turning clang on or off. (defines are passed via the command line, |
# and build system rebuild things when their commandline changes). Nothing |
# should ever read this define. |
- defines += [ "CR_CLANG_REVISION=$clang_revision" ] |
+ defines += [ "CR_CLANG_REVISION=\"$clang_revision\"" ] |
} |
# Non-Mac Posix compiler flags setup. |