mirror of
https://github.com/mesonbuild/meson.git
synced 2026-08-09 01:01:17 +00:00
type_checking: mark first available version for vs_module_defs in build_target()
Issue #16031 was fixed in commit c9f5036d48,
but the descriptor was not properly marked with since='1.12.0'.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
d60a50934e
commit
bb531f03cd
@@ -1039,7 +1039,7 @@ BUILD_TARGET_KWS = [
|
||||
*_EXCLUSIVE_STATIC_LIB_KWS,
|
||||
*EXCLUSIVE_EXECUTABLE_KWS,
|
||||
*_SHARED_STATIC_ARGS,
|
||||
_VS_MODULE_DEFS_KW,
|
||||
_VS_MODULE_DEFS_KW.evolve(since='1.12.0'),
|
||||
_WIN_SUBSYSTEM_KW.evolve(since='1.12.0'),
|
||||
RUST_ABI_KW.evolve(since='1.10.0'),
|
||||
*[a.evolve(deprecated='1.3.0', deprecated_message='The use of "jar" in "build_target()" is deprecated, and this argument is only used by jar()')
|
||||
|
||||
Reference in New Issue
Block a user