From 3cb78eaefc9622207323c670e6d7bd2f6b7a6d2d Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 30 Dec 2021 15:36:59 -0500 Subject: [PATCH] macOS homebrew Qt5 build fix I had to revert this line in order to build on macOS Monterey. --- sys/unix/hints/macOS.2020 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/hints/macOS.2020 b/sys/unix/hints/macOS.2020 index c4d59c6c5..713677ddd 100755 --- a/sys/unix/hints/macOS.2020 +++ b/sys/unix/hints/macOS.2020 @@ -48,7 +48,7 @@ endif # not WANT_WIN_QT5 #QTDIR=/Developer/Qt ifdef WANT_WIN_QT5 # Qt5 installed via homebrew -QTDIR=$(shell brew --prefix)/opt/qt@5 +QTDIR=$(shell brew --prefix)/opt/qt endif # WANT_WIN_QT5 ifdef WANT_WIN_QT6 QTDIR=$(shell brew --prefix)/opt/qt@6