Index: docs/ccache_mac.md |
diff --git a/docs/ccache_mac.md b/docs/ccache_mac.md |
index 09f5e2ad37265ed68add564c75cbb78d5523437d..cd5492d502265e0f7fffec53b6e330f438a4393a 100644 |
--- a/docs/ccache_mac.md |
+++ b/docs/ccache_mac.md |
@@ -70,7 +70,7 @@ you can also use the absolute path here.) |
You just need to set the use\_ccache variable. Do so like the following: |
```shell |
-gn gen out-gn --args='use_ccache=true' |
+gn gen out-gn --args='cc_wrapper="ccache"' |
``` |
## Build |