Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D4301
Change Details
Change Details
Old
New
Diff
`nix develop && cd native/cpp/ && mkdir build && cd build && cmake .. && make`
``` nix develop cd native/cpp/ && mkdir build && cd build && cmake .. && make # should build everything in native/cpp ```
`
```
nix develop
&&
cd native/cpp/ && mkdir build && cd build && cmake .. && make
# should build everything in native/cpp ``
`
Continue