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 12, 2024
1 parent 5565b5c commit ed28c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,
dependencies: deps,
include_directories: include_dirs,
link_args : ['-Wl,--no-undefined'],
# link_args : ['-Wl,--no-undefined'],
install: true
)

Expand Down

0 comments on commit ed28c40

Please sign in to comment.