diff --git a/Makefile b/Makefile index c49de479d..906d3ff14 100644 --- a/Makefile +++ b/Makefile @@ -208,7 +208,7 @@ install-deps-libc-Darwin: configure-build ## Install locally dependencies for te install-deps-libc-MSYS_NT-10.0: ## Install deps on Windows wget -c https://github.com/libcheck/check/releases/download/0.12.0/check-0.12.0.tar.gz tar -xvf check-0.12.0.tar.gz - cd check-0.12.0 && ./configure + cd check-0.12.0 && ./configure --prefix=/usr --disable-static cd check-0.12.0 && make cd check-0.12.0 && make check cd check-0.12.0 && make install