Skip to content
  • Ernestas Kulik's avatar
    build: Fix libcue version comparison · 6e281037
    Ernestas Kulik authored
    It currently performs a string comparison, as opposed to using
    version_compare(), which leads to results like
    “unknown >= 2.0.0 == True” when the dependency was not found.
    
    Fixes #32
    6e281037