diff options
| author | ruki <[email protected]> | 2020-07-17 16:02:19 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-17 16:02:19 +0800 |
| commit | f9a4493f60eeb9078c00a112734d8caa7e29604e (patch) | |
| tree | 9fd76a4b3ee0fea7eaa28dbf0df3976c3db36b34 /core/src/makefile | |
| parent | c3dd85b98492c012fc4eb1b46fac824051a1b92a (diff) | |
| parent | 6b3cf4e5239f3f041501d0d8ee32471f33010708 (diff) | |
Merge pull request #894 from xmake-io/json
Add Json Support
Diffstat (limited to 'core/src/makefile')
| -rw-r--r-- | core/src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/makefile b/core/src/makefile index 5793c13b7..21a06ed5a 100644 --- a/core/src/makefile +++ b/core/src/makefile @@ -3,7 +3,7 @@ include $(PRO_DIR)/prefix.mak # projects SUB_PROS += demo -DEP_PROS += lcurses sv luajit tbox xmake +DEP_PROS += lcurses sv luajit lua-cjson tbox xmake # suffix include $(PRO_DIR)/suffix.mak |
