From: nhmall Date: Fri, 4 Feb 2022 23:55:12 +0000 (-0500) Subject: macOS.370 Lua X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f83190f8a8cb1e7d1723399e0c1998d5e56a83a;p=nethack macOS.370 Lua --- 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=''