Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0366bf commit 1360943Copy full SHA for 1360943
meson.build
@@ -16,6 +16,10 @@ project('postgresql',
16
default_options: [
17
'warning_level=1', #-Wall equivalent
18
'buildtype=release',
19
+ # For compatibility with the autoconf build, set a default prefix. This
20
+ # works even on windows, where it's a drive-relative path (i.e. when on
21
+ # d:/sompath it'll install to d:/usr/local/pgsql)
22
+ 'prefix=/usr/local/pgsql',
23
]
24
)
25
0 commit comments