Skip to content

Commit

Permalink
Update dbt build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ptia authored Aug 5, 2021
1 parent 1424cdf commit 6dbe9c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ To fetch the dependencies run:

To build the whole thing run:

dbt build //libsupcxx/... target=<target>
dbt build //libsupcxx/... cc-toolchain=<toolchain>

where target is one of
* `x86_64`
* `raspi3`
* `linux-x86_64`
where toolchain is one of
* `x86_64-libsupcxx`
* `raspi3-libsupcxx`
* `linux-x86_64-libsupcxx`

Running and debugging
---------------------
Expand Down

0 comments on commit 6dbe9c2

Please sign in to comment.