Skip to content

Commit

Permalink
adds automake tool requirement for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerbitz committed Oct 27, 2023
1 parent d60edae commit 7672ea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/ncurses/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def build_requirements(self):
self.win_bash = True
if not self.conf.get("tools.microsoft.bash:path", check_type=str):
self.tool_requires("msys2/cci.latest")
if is_msvc(self):
self.tool_requires("automake/1.16.5")

def validate(self):
if any("arm" in arch for arch in (self.settings.arch, self._settings_build.arch)) and cross_building(self):
Expand Down

0 comments on commit 7672ea2

Please sign in to comment.