Skip to content

Commit

Permalink
Do not try to build subproject zstd with werror.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Aug 31, 2023
1 parent 4ad8ccf commit b288399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else
public_conf.set('LIBZIM_EXPORT_DLL', true)
endif

zstd_dep = dependency('libzstd', static:static_linkage)
zstd_dep = dependency('libzstd', static:static_linkage, default_options:['werror=false'])

if host_machine.system() == 'freebsd'
execinfo_dep = cpp.find_library('execinfo')
Expand Down

0 comments on commit b288399

Please sign in to comment.