diff options
| author | ruki <[email protected]> | 2021-09-20 21:07:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-20 21:07:59 +0800 |
| commit | d6cf1e9c4b73507fb2bcfa0d173ebb62a28faa64 (patch) | |
| tree | 7a613832c29ba48e8157ed199eddbda3f6daeaa8 /core/src/lcurses/makefile | |
| parent | 8a177cf0047b61c1fc5085138b7d268e500fe909 (diff) | |
rename BACKEND to RUNTIME
Diffstat (limited to 'core/src/lcurses/makefile')
| -rw-r--r-- | core/src/lcurses/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/lcurses/makefile b/core/src/lcurses/makefile index a0d6a6400..e5d519499 100644 --- a/core/src/lcurses/makefile +++ b/core/src/lcurses/makefile @@ -17,11 +17,11 @@ lcurses_C_FILES += lcurses lcurses_CXFLAGS += $(if $(findstring curses,$(base_LIBNAMES)),-DXM_CONFIG_API_HAVE_CURSES,) # includes -ifeq ($(BACKEND),luajit) +ifeq ($(RUNTIME),luajit) lcurses_INC_DIRS += ../luajit/luajit/src lcurses_CXFLAGS += -DUSE_LUAJIT endif -ifeq ($(BACKEND),lua) +ifeq ($(RUNTIME),lua) lcurses_INC_DIRS += ../lua/lua lcurses_CXFLAGS += -DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2 endif |
