Skip to content

Commit

Permalink
build: on windows use choco instead
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Dec 18, 2024
1 parent 1460ea4 commit 06ac151
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ endif
@$(MAKE) install-libpostal

install-windows:
pacman -Syu
pacman -S autoconf automake curl git make libtool gcc mingw-w64-x86_64-gcc
choco install -y mingw autoconf automake curl git make libtool gcc
@$(MAKE) install-libpostal

install-libpostal:
Expand Down

0 comments on commit 06ac151

Please sign in to comment.