Skip to content

Commit

Permalink
Add support for building on Linux Mint
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Dec 18, 2018
1 parent 08212c9 commit 2bfcf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbs_runtime/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _get_name():

def is_ubuntu():
try:
return linux_distribution() == 'Ubuntu'
return linux_distribution() in ('Ubuntu', 'Linux Mint')
except FileNotFoundError:
return False

Expand Down

0 comments on commit 2bfcf17

Please sign in to comment.