diff options
author | wm4 <wm4@nowhere> | 2017-11-12 13:51:30 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-11-12 13:51:30 +0100 |
commit | e2d0e0c6cb6a91d60fbeff643d0ac4e7a14173e4 (patch) | |
tree | be4fcc9907c306ff6d2c3dc9b771e3f7a9a26118 /wscript | |
parent | 9922b6ff43d58c0465275b23b7ceb313172e2be0 (diff) |
build: enable libarchive by default
Or libcve, as the vlc developers call it.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -421,7 +421,6 @@ iconv support use --disable-iconv.", 'name': '--libarchive', 'desc': 'libarchive wrapper for reading zip files and more', 'func': check_pkg_config('libarchive >= 3.0.0'), - 'default': 'disable', } ] |