From 62ce99d893b8eefcc30415b4154619ecf749e7a6 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 9 Oct 2021 13:04:29 +0800 Subject: Update makefile --- core/src/lua/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/lua') diff --git a/core/src/lua/makefile b/core/src/lua/makefile index 84a95abcf..8a9639947 100644 --- a/core/src/lua/makefile +++ b/core/src/lua/makefile @@ -69,10 +69,10 @@ endif ifeq ($(PLAT),macosx) lua_CFLAGS += -Wno-error=string-plus-int -lua_CFLAGS_PLAT := -DLUA_USE_WINDOWS +lua_CFLAGS_PLAT := -DLUA_USE_MACOSX endif -ifeq($(lua_CFLAGS_PLAT),) +ifeq ($(lua_CFLAGS_PLAT),) lua_CFLAGS_PLAT := -DLUA_USE_LINUX endif lua_CFLAGS += $(lua_CFLAGS_PLAT) -- cgit v1.3.1