Skip to content

Commit 0265abd

Browse files
authored
Merge pull request #14 from xprazak2/el8
Add support for el8
2 parents 735b1f8 + 7de3878 commit 0265abd

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)