浏览代码

Flag typo in built-in toolchains example

default_compile_flags
vector-of-bool 4 年前
父节点
当前提交
458d630a4f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      docs/guide/toolchains.rst

+ 1
- 1
docs/guide/toolchains.rst 查看文件

@@ -52,7 +52,7 @@ For convenience, ``dds`` includes several built-in toolchains that can be
accessed in the ``--toolchain`` command-line option using a colon ``:``
prefix::

$ dds build -T :gcc
$ dds build -t :gcc

``dds`` will treat the leading colon (``:``) as a name for a built-in
toolchain (this means that a toolchain's filepath may not begin with a colon).

正在加载...
取消
保存