summaryrefslogtreecommitdiff
path: root/core/src/demo/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2019-06-27 22:50:26 +0800
committerruki <[email protected]>2019-06-27 11:02:38 +0800
commit505108abfd0eb4b4c3024428601e97006a7a09b2 (patch)
tree66972487ab97db607de7f16393e30384f6c30d6b /core/src/demo/makefile
parentc747e9d70e13f0ebb52ae633d55bd08b50d38284 (diff)
add luajit submodule
Diffstat (limited to 'core/src/demo/makefile')
-rw-r--r--core/src/demo/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/demo/makefile b/core/src/demo/makefile
index fa403cd84..2dfc6cb4c 100644
--- a/core/src/demo/makefile
+++ b/core/src/demo/makefile
@@ -15,7 +15,7 @@ demo_PKGS-$(BASE) += base
# others
demo_LIBS += xmake$(DTYPE) lcurses$(DTYPE) tbox$(DTYPE) luajit$(DTYPE) sv$(DTYPE)
-demo_INC_DIRS += ../ ../tbox/repo/src ../tbox/inc/$(PLAT) ../luajit/src ../sv/include
+demo_INC_DIRS += ../ ../tbox/repo/src ../tbox/inc/$(PLAT) ../luajit/repo/src ../sv/include
demo_LIB_DIRS += ../xmake ../tbox ../luajit ../sv ../lcurses
demo_CXFLAGS += -D__tb_prefix__=\"xmake\"