Index: site/user/quick/gn.md |
diff --git a/site/user/quick/gn.md b/site/user/quick/gn.md |
index 6c63482be9b72bb71261c5b77c7515c52ae15761..7989821dfd41d3f5c35d7d8eab743553ccac5f57 100644 |
--- a/site/user/quick/gn.md |
+++ b/site/user/quick/gn.md |
@@ -35,7 +35,7 @@ guides. We diverge where they'd first run some command with "gyp" in it. |
gn gen out/Debug |
gn gen out/Release --args='is_debug=false' |
gn gen out/Clang --args='cc="clang" cxx="clang++"' |
- gn gen out/Cached --args='compiler_prefix="ccache"' |
+ gn gen out/Cached --args='cc_wrapper="ccache"' |
gn gen out/RTTI --args='extra_cflags_cc="-frtti"' |
# To see all the current GN arguments, run |