Closed eclipseo closed 1 week ago
https://github.com/nexB/scancode-plugins/blob/4df0cf04e1b7b6774ba6e983c7c57002f19327c9/builtins/extractcode_libarchive_system_provided/src/extractcode_libarchive/__init__.py#L36
elif distribution in rpm_based_distro: lib_dir = '/usr/lib64'
This can't work on 32 bits system.
https://github.com/nexB/scancode-plugins/blob/4df0cf04e1b7b6774ba6e983c7c57002f19327c9/builtins/extractcode_libarchive_system_provided/src/extractcode_libarchive/__init__.py#L36
This can't work on 32 bits system.