index c3bbb1c5fcae0a56d5944e5fd6c54783cf30f140..7bf798674ce742fe31f5cc5047f726a11b98da67 100644 (file)
default_options: [
'warning_level=1', #-Wall equivalent
'buildtype=release',
+ # For compatibility with the autoconf build, set a default prefix. This
+ # works even on windows, where it's a drive-relative path (i.e. when on
+ # d:/sompath it'll install to d:/usr/local/pgsql)
+ 'prefix=/usr/local/pgsql',
]
)