diff options
| author | ruki <[email protected]> | 2021-10-29 00:40:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-29 00:40:48 +0800 |
| commit | acf31495a316b7eda54a200d150912b267c6e583 (patch) | |
| tree | 68d1160050d5c4b85033ce3b3872c3ac9d0f382c /core/src/xmake | |
| parent | 557c4c790f5d932052f223127dca14860b03eabc (diff) | |
fix makefile
Diffstat (limited to 'core/src/xmake')
| -rw-r--r-- | core/src/xmake/makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 88bce5d1f..f45d834e2 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -166,12 +166,8 @@ ifeq ($(RUNTIME),lua) xmake_INC_DIRS += ../lua/lua xmake_CXFLAGS += -DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_3 endif -ifneq ($(BRANCH),) xmake_CXFLAGS += -DXM_CONFIG_VERSION_BRANCH="\"$(BRANCH)\"" -endif -ifneq ($(COMMIT),) xmake_CXFLAGS += -DXM_CONFIG_VERSION_COMMIT="\"$(COMMIT)\"" -endif # suffix include $(PRO_DIR)/suffix.mak |
