Skip to content

Commit

Permalink
Folly 2022.01.31 & 2022.10.31 build on Macos armv8
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopobcn committed Apr 3, 2023
1 parent 432a836 commit 0f3fffe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipes/folly/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ def validate(self):
if Version(self.version) < "2022.01.31.00" and self.settings.os != "Linux":
raise ConanInvalidConfiguration("Conan support for non-Linux platforms starts with Folly version 2022.01.31.00")

if self.settings.os == "Macos" and self.settings.arch != "x86_64":
raise ConanInvalidConfiguration("Conan currently requires a 64bit target architecture for Folly on Macos")

if self.settings.os == "Windows" and self.settings.arch != "x86_64":
raise ConanInvalidConfiguration("Folly requires a 64bit target architecture on Windows")

Expand Down

0 comments on commit 0f3fffe

Please sign in to comment.