Skip to content

Commit

Permalink
libabigail wont install
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Feb 24, 2022
1 parent 3450571 commit a946736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spliced/predict/libabigail.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def predict(self, splice):
Run libabigail to add to the predictions
"""
# If no splice libs, cut out early
if not splice.libs:
if not splice.libs or not self.abicompat:
return

if not self.abicompat:
Expand Down

0 comments on commit a946736

Please sign in to comment.