Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Reenable other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDelille committed Jan 19, 2024
1 parent e8a870b commit b5bec55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/mocknetworkaccessmanager/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ def validate(self):
check_min_cppstd(self, "11")
if self.options.shared:
raise ConanInvalidConfiguration("Shared builds are not supported yet")
if self.settings.os != "Macos":
raise ConanInvalidConfiguration(f"Only Macos is supported for now, got {self.settings.os}")

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
Expand Down

0 comments on commit b5bec55

Please sign in to comment.