diff options
| author | ruki <[email protected]> | 2021-10-09 13:04:29 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-09 13:04:29 +0800 |
| commit | 62ce99d893b8eefcc30415b4154619ecf749e7a6 (patch) | |
| tree | 05e1923ae6407a2a9ed37c81edaea7e2f1d78cd6 /core/src/lua | |
| parent | 8bedd250e10d821857adf671d2282ca3cdd6706d (diff) | |
Update makefile
Diffstat (limited to 'core/src/lua')
| -rw-r--r-- | core/src/lua/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
