Skip to content

Commit

Permalink
(#8282) boost/* Add s390 and s390x support
Browse files Browse the repository at this point in the history
  • Loading branch information
bemehiser authored Dec 3, 2021
1 parent 82ba9ab commit 003225e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/boost/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,8 @@ def _b2_architecture(self):
return "mips64"
elif str(self.settings.arch).startswith("mips"):
return "mips1"
elif str(self.settings.arch).startswith("s390"):
return "s390x"
else:
return None

Expand Down

0 comments on commit 003225e

Please sign in to comment.