Skip to content

Commit

Permalink
Merge.Dependencies: handle libarchive dep
Browse files Browse the repository at this point in the history
Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Aug 13, 2023
1 parent aef5ce2 commit b8eaf4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Merge/Dependencies.hs
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ staticTranslateExtraLib lib = lookup lib m
, ("lapack", any_c_p "virtual" "lapack")
, ("libbrotlidec", any_c_p "app-arch" "brotli")
, ("libbrotlienc", any_c_p "app-arch" "brotli")
, ("libarchive", at_least_c_p_v "app-arch" "libarchive" [3,5,2])
]

---------------------------------------------------------------
Expand Down

0 comments on commit b8eaf4b

Please sign in to comment.