Skip to content

Commit e15a145

Browse files
authored
Update install_dartpy_on_macos.md
1 parent 2500fa9 commit e15a145

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/install_dartpy_on_macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ brew install pybind11
6262
4. Configure and build DART:
6363
6464
```
65-
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_BUILD_TYPE=Release
65+
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_BUILD_TYPE=Release -DDART_BUILD_DARTPY=ON
6666
make -j4 dartpy
6767
```
6868

0 commit comments

Comments
 (0)