Skip to content

Commit

Permalink
compile libarchive with all options.
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Dec 9, 2023
1 parent a3dd36a commit fa34fe0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/write_conan.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ def configure(self):
self.requires("zlib/1.2.12")
self.options["qt"].shared = {}
self.options["libarchive"].with_lz4 = True
self.options["libarchive"].with_lzo = True
self.options["libarchive"].with_lzma = True
self.options["libarchive"].with_zstd = True
self.options["libarchive"].with_bzip2 = True
'''

build_shared = "True"
Expand Down

0 comments on commit fa34fe0

Please sign in to comment.