]> granicus.if.org Git - nethack/commitdiff
roll back a Makefile.src change due to macOS issue afterwards
authornhmall <nhmall@nethack.org>
Fri, 5 Feb 2021 12:43:51 +0000 (07:43 -0500)
committernhmall <nhmall@nethack.org>
Fri, 5 Feb 2021 12:43:51 +0000 (07:43 -0500)
Requires further investigation

sys/unix/Makefile.src

index 3c47316fc2da8ef0bc2a4badc8794f807be84dae..415b404c20be48efb1c7d200cd4e551ace09fe43 100644 (file)
@@ -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++