mirror of
https://github.com/mpv-player/mpv
synced 2025-02-26 02:05:31 +00:00
build: also run the test binary during the lua checks
This commit is contained in:
parent
f315c93302
commit
55ce26e454
@ -57,8 +57,9 @@ def check_lua(ctx, dependency_identifier):
|
||||
for lua_version, pkgconfig_query in lua_versions:
|
||||
if compose_checks(
|
||||
check_pkg_config(pkgconfig_query, uselib_store=lua_version),
|
||||
check_cc(fragment=fragment, use=[lua_version] + quvi_lib_storage))\
|
||||
(ctx, dependency_identifier):
|
||||
check_cc(fragment=fragment,
|
||||
use=[lua_version] + quvi_lib_storage,
|
||||
execute=True))(ctx, dependency_identifier):
|
||||
# XXX: this is a bit of a hack, ask waf developers if I can copy
|
||||
# the uselib_store to 'lua'
|
||||
ctx.mark_satisfied(lua_version)
|
||||
|
Loading…
Reference in New Issue
Block a user