Skip to content
Snippets Groups Projects

docs: Fix code blocks in toolchains docs

Merged Andrei Gherzan requested to merge agherzan/oniro:ag/docs-fix into kirkstone
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -23,6 +23,7 @@ gcc
Post-2.0 releases of |main_project_name| will likely update to new major versions.
To select gcc, edit `conf/local.conf` and add:
.. code-block:: sh
TOOLCHAIN="gcc"
@@ -35,11 +36,13 @@ clang
Post-2.0 releases of |main_project_name| will likely update to new major versions.
To select clang, edit `conf/local.conf` and add:
.. code-block:: sh
TOOLCHAIN="clang"
You may also want to add:
.. code-block:: sh
RUNTIME="llvm"
Loading