Skip to content

Commit

Permalink
MINIFICPP-2523 Fix chocolatey package name for m4
Browse files Browse the repository at this point in the history
The m4 package in Chocolatey is called gnuwin32-m4.
  • Loading branch information
fgerlits committed Feb 5, 2025
1 parent 47a6468 commit 9c6ad87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap/package_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ def install(self, dependencies: Dict[str, Set[str]]) -> bool:
"autoconf": set(),
"libtool": set(),
"make": set(),
"m4": {"gnuwin32-m4"},
"perl": {"strawberryperl", "NASM"}})
return True

Expand Down

0 comments on commit 9c6ad87

Please sign in to comment.