We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d9577 commit dcf70a9Copy full SHA for dcf70a9
README.meson_msvc
@@ -11,7 +11,7 @@ Build on Microsoft Windows with Microsoft Visual Studio and meson
11
12
set PATH=%PATH%;C:\Program Files\PostgreSQL\16\bin;C:\Program Files\Meson
13
14
-4. execute in orafce directory (buildtype should be release or plain,
+4. execute in plpgsql_check source directory (buildtype should be release or plain,
15
attention - the release buildtype inject dependency on vc_redist.x64.exe)
16
17
meson setup --wipe --buildtype release plain
@@ -27,4 +27,4 @@ Build on Microsoft Windows with Microsoft Visual Studio and meson
27
set PGPORT=
28
set PGUSER=
29
set PGPASSWORD=
30
- ninja test
+ ninja test
0 commit comments