Skip to content

Commit

Permalink
Enable Macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tereius committed Dec 4, 2024
1 parent 5a06095 commit 537e4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class QtKeychainConan(ConanFile):
"qt/*:qttranslations": True}

def validate(self):
valid_os = ["Windows", "Linux", "Android"]
valid_os = ["Windows", "Linux", "Android", "Macos"]
if str(self.settings.os) not in valid_os:
raise ConanInvalidConfiguration(f"{self.name} {self.version} is only supported for the following operating systems: {valid_os}")
valid_arch = ["x86_64", "x86", "armv6", "armv7", "armv8"]
Expand Down

0 comments on commit 537e4f1

Please sign in to comment.