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/xmake/makefile | |
| parent | 8a177cf0047b61c1fc5085138b7d268e500fe909 (diff) | |
rename BACKEND to RUNTIME
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 3db867eb7..2c5eefa01 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -153,11 +153,11 @@ xmake_INC_DIRS += \ ../tbox/tbox/src \ ../tbox/inc/$(PLAT) \ ../sv/sv/include -ifeq ($(BACKEND),luajit) +ifeq ($(RUNTIME),luajit) xmake_INC_DIRS += ../luajit/luajit/src xmake_CXFLAGS += -DUSE_LUAJIT endif -ifeq ($(BACKEND),lua) +ifeq ($(RUNTIME),lua) xmake_INC_DIRS += ../lua/lua xmake_CXFLAGS += -DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2 endif |
