Skip to content

Commit c1d6595

Browse files
uilianriesczoido
andauthored
Update examples/tools/system/package_manager/consumer/conanfile.py
Co-authored-by: Carlos Zoido <mrgalleta@gmail.com>
1 parent 774b34c commit c1d6595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tools/system/package_manager/consumer/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def _supported_os(self):
1515
return ["Linux", "Macos", "FreeBSD"]
1616

1717
def requirements(self):
18-
if self.settings.os in _supported_os:
18+
if self.settings.os in self._supported_os:
1919
self.requires("ncurses/system")
2020

2121
def layout(self):

0 commit comments

Comments
 (0)