소스 검색

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).

Loading…
취소
저장