hints/macOS.370: remove testing code

This commit is contained in:
nhkeni
2024-03-16 19:42:42 -04:00
parent 8f74c5fa57
commit 0227a2e0bf

View File

@@ -308,9 +308,6 @@ override GAME=
MOREALL += ( cd src ; $(MAKE) pregame ; $(MAKE) $(TARGETPFX)libnh.a )
endif # WANT_LIBNH
# XXX TESTING ONLY - macOS doesn't need this:
CFLAGS += -DNOSTATICFN
# Lua
# when building liblua.a, avoid warning that use of tmpnam() should be
# replaced by mkstemp(); the lua code doesn't use nethack's config.h so