From 2f83190f8a8cb1e7d1723399e0c1998d5e56a83a Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 4 Feb 2022 18:55:12 -0500 Subject: [PATCH] macOS.370 Lua --- sys/unix/hints/macOS.370 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/unix/hints/macOS.370 b/sys/unix/hints/macOS.370 index f6b8f4dc2..e26aa28dd 100755 --- a/sys/unix/hints/macOS.370 +++ b/sys/unix/hints/macOS.370 @@ -209,9 +209,8 @@ endif # WANT_LIBNH # 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 # this needs to be passed via make rather than defined in unixconf.h -SYSCFLAGS=-DLUA_USE_MACOSX ifdef GITSUBMODULES -LUAFLAGS=CC='$(CC)' SYSCFLAGS='$(SYSCFLAGS)' +LUAFLAGS=CC='$(CC)' MYCFLAGS=' -DLUA_USE_MACOSX' ifneq "$(CCISCLANG)" "" # clang LUAFLAGS +=CWARNGCC=''