pull/7494/head
Zbigniew Jędrzejewski-Szmek 4 years ago
parent 1123f4f311
commit 7ef51abfc5
  1. 2
      mesonbuild/interpreterbase.py

@ -330,7 +330,7 @@ class FeatureDeprecated(FeatureCheckBase):
@staticmethod
def check_version(target_version: str, feature_version: str) -> bool:
# For deprecatoin checks we need to return the inverse of FeatureNew checks
# For deprecation checks we need to return the inverse of FeatureNew checks
return not mesonlib.version_compare_condition_with_min(target_version, feature_version)
@staticmethod

Loading…
Cancel
Save