Skip to content

Commit

Permalink
Build static library only
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Aug 14, 2024
1 parent 258947a commit 5b862a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xapian-core/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -360,14 +360,14 @@ subdir('weight')

deps = [zlib_dep, uuid_dep]

libxapian = library(
libxapian = static_library(
'xapian',
sources,
version: '30.12.4',
soversion: 30,
# version: '30.12.4',
# soversion: 30,
dependencies: deps,
include_directories: include_dirs,
link_args : ['-Wl,--no-undefined'],
# link_args : ['-Wl,--no-undefined'],
install: true
)

Expand Down

0 comments on commit 5b862a0

Please sign in to comment.