commit | eccbf0b2b42d24b1bca1df304764b6582656b0da | [log] [tgz] |
---|---|---|
author | Fabian Meumertzheim <fabian@meumertzhe.im> | Thu Dec 08 20:01:30 2022 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Dec 08 20:02:35 2022 -0800 |
tree | 3f18be4a8a56f041d346db2e92b94bd2a61d35d7 | |
parent | 0ca78579ffc00ddc28517ad817bf29153ccd926d [diff] |
Replace `%{output_file_path}` with `%{output_execpath}` in docs `%{output_file_path}` is not available (anymore?). Closes #16953. PiperOrigin-RevId: 494059757 Change-Id: I90bd687da978a52b165334830b714a9cfc6b40a4
diff --git a/site/en/docs/cc-toolchain-config-reference.md b/site/en/docs/cc-toolchain-config-reference.md index c49ee57..be0be10 100644 --- a/site/en/docs/cc-toolchain-config-reference.md +++ b/site/en/docs/cc-toolchain-config-reference.md
@@ -568,7 +568,7 @@ build command. For example: flag_group ( - flags = ["%{output_file_path}"], + flags = ["%{output_execpath}"], )