From f07aa457b3ffe939e29e67dead080b8d1bab2892 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Sun, 27 Oct 2024 11:58:22 -0700 Subject: [PATCH] Fixes for MSYS2 and CYGWIN term mode; removed mintty_wrapper.sh --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 6f721fc..468eac9 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,11 @@ endif endif +ifdef WIN_MSYS +INSTPREFIX = /usr +else INSTPREFIX = /usr/local +endif all: common client server