From d714eca9241ef71d8f3201becd8c9288d7f17a56 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 5 Feb 2021 07:43:51 -0500 Subject: [PATCH] roll back a Makefile.src change due to macOS issue afterwards Requires further investigation --- sys/unix/Makefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/Makefile.src b/sys/unix/Makefile.src index 3c47316fc..415b404c2 100644 --- a/sys/unix/Makefile.src +++ b/sys/unix/Makefile.src @@ -176,7 +176,7 @@ SYSOBJ = $(TARGETPFX)ioctl.o $(TARGETPFX)unixmain.o $(TARGETPFX)unixtty.o \ # The Qt and Be window systems are written in C++, while the rest of # NetHack is standard C. If using Qt, uncomment the LINK line here to get # the C++ libraries linked in. -CXXFLAGS = -I. -I$(QTDIR)/include $(QTCXXFLAGS) +CXXFLAGS = $(CFLAGS) -I. -I$(QTDIR)/include $(QTCXXFLAGS) CXX ?= g++ MOC ?= moc #LINK=g++