Skip to content

Commit aa0bd02

Browse files
committed
build: fix zlib linking
1 parent 2634043 commit aa0bd02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project(
44
version: '5.2.0',
55
license: 'MIT',
66
default_options: [
7+
'default_library=static',
78
'prefix=/usr',
89
'cpp_std=c++17',
910
'optimization=3',

0 commit comments

Comments
 (0)