Skip to content

Commit 1862ebc

Browse files
committed
fix example in meson readme
1 parent c6984b9 commit 1862ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.meson_msvc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Build on Microsoft Windows with Microsoft Visual Studio and meson
1414
4. execute in plpgsql_check source directory (buildtype should be release or plain,
1515
attention - the release buildtype inject dependency on vc_redist.x64.exe)
1616

17-
meson setup --wipe --buildtype release plain
17+
meson setup --wipe --buildtype release build
1818
cd build
1919
ninja
2020
sudo ninja install (on linux)

0 commit comments

Comments
 (0)