Skip to content

Commit c9325e2

Browse files
committed
Add support for FreeBSD
Signed-off-by: Uilian Ries <uilianries@gmail.com>
1 parent ecf1d3f commit c9325e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tools/system/package_manager/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def package_id(self):
2020
self.info.clear()
2121

2222
def validate(self):
23-
supported_os = ["Linux", "Macos"]
23+
supported_os = ["Linux", "Macos", "FreeBSD"]
2424
if self.settings.os not in supported_os:
2525
raise ConanInvalidConfiguration(f"{self.ref} wraps a system package only supported by {supported_os}.")
2626

0 commit comments

Comments
 (0)