Skip to content

Commit 28f5410

Browse files
Minor change
1 parent b8d5ab3 commit 28f5410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs_v7/Tracy-Integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To compile SU2 with Tracy support, follow these steps:
2121

2222
- Configure the build with Tracy enabled using Meson:
2323
```bash
24-
meson setup build -Dwith-mpi=disabled --buildtype=debugoptimized -Denable-tracy=true --prefix=<SU2_INSTALL_PATH>
24+
./meson.py setup build -Dwith-mpi=disabled --buildtype=debugoptimized -Denable-tracy=true --prefix=<SU2_INSTALL_PATH>
2525
```
2626
- Build and install SU2:
2727
```bash

0 commit comments

Comments
 (0)