Fix wrong usage of extra_link_args variable.

This commit is contained in:
Matthieu Gautier
2024-06-03 14:19:33 +02:00
parent a1ce3d10b1
commit 01b94418eb
2 changed files with 8 additions and 5 deletions

View File

@ -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)