From 06ac1515c0c15ff2a5f4682a7eedabcd2cf84a90 Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Wed, 18 Dec 2024 16:50:45 -0600 Subject: [PATCH] build: on windows use choco instead --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index 9a359c18..a9724bfb 100644 --- a/makefile +++ b/makefile @@ -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: