Skip to content

Commit 0faa76c

Browse files
committed
fix build on old meson (tested 0.58.2)
1 parent f99929a commit 0faa76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if meson.get_compiler('c').get_id() == 'msvc'
7474
)
7575
else
7676
incdir = [ includedir_server ]
77-
postgres_lib = ''
77+
postgres_lib = []
7878
endif
7979

8080
module_lib = shared_module(

0 commit comments

Comments
 (0)