From ba7202457fec51d31da4d23a1840813952f30f31 Mon Sep 17 00:00:00 2001 From: shinyquagsire23 Date: Fri, 5 Nov 2021 19:58:55 -0700 Subject: Update build scripts for MacOS Monterey; Use pkg-config on all platforms; MacOS no longer needs static libc++fs; Use gsed on MacOS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9cb3187b..b8076086 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ WINE := wine UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Darwin) GREP := grep -E -SED := perl -p -e +SED := gsed -r else GREP := grep -P SED := sed -r -- cgit v1.2.3