From 0f3fffe5f1b280b09c9652b00217645a0222533e Mon Sep 17 00:00:00 2001 From: Pau Farre Date: Mon, 3 Apr 2023 18:35:25 +0200 Subject: [PATCH] Folly 2022.01.31 & 2022.10.31 build on Macos armv8 --- recipes/folly/all/conanfile.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes/folly/all/conanfile.py b/recipes/folly/all/conanfile.py index 30d484615e990..ab3b6c6880669 100755 --- a/recipes/folly/all/conanfile.py +++ b/recipes/folly/all/conanfile.py @@ -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")