Skip to content

Commit 7de3878

Browse files
author
Ondrej Prazak
committed
Add support for el8
1 parent 735b1f8 commit 7de3878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/openscap/openscap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module OpenSCAP
1515
extend FFI::Library
16-
ffi_lib ['libopenscap.so.8', 'openscap']
16+
ffi_lib ['libopenscap.so.8', 'libopenscap.so.25', 'openscap']
1717

1818
def self.error?
1919
oscap_err

0 commit comments

Comments
 (0)