Remove stray bracket [skip ci]

This commit is contained in:
Shubham Lagwankar 2019-01-20 16:17:16 -05:00 committed by Jussi Pakkanen
parent 3804172d61
commit 37533360d7
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ has multiple languages, you can specify multiple pch files like this.
```meson
executable('multilang', sources : srclist,
c_pch : 'pch/c_pch.h', cpp_pch : 'pch/cpp_pch.h'])
c_pch : 'pch/c_pch.h', cpp_pch : 'pch/cpp_pch.h')
```
Using precompiled headers with MSVC