mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Fix wrong usage of extra_link_args
variable.
This commit is contained in:
@ -77,7 +77,7 @@ if gtest_dep.found() and not meson.is_cross_build()
|
||||
implicit_include_directories: false,
|
||||
include_directories : inc,
|
||||
link_with : libkiwix,
|
||||
link_args: extra_link_args,
|
||||
link_args: extra_libs,
|
||||
dependencies : all_deps + [gtest_dep],
|
||||
build_rpath : '$ORIGIN')
|
||||
test(test_name, test_exe, timeout : 160)
|
||||
|
Reference in New Issue
Block a user