diff options
| author | ruki <[email protected]> | 2023-01-19 23:16:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-19 23:16:18 +0800 |
| commit | 50e02b189f625a9a6de542545d5c864addfa4ce0 (patch) | |
| tree | a0135e2a067c3cf21597f237fc6a5f064bd60f61 /core/src | |
| parent | 216be81132314c11d960fc998f2919345f3a7630 (diff) | |
improve xmake.sh
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/xmake/xmake.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/src/xmake/xmake.sh b/core/src/xmake/xmake.sh index 59ec6b503..ce6ec0481 100755 --- a/core/src/xmake/xmake.sh +++ b/core/src/xmake/xmake.sh @@ -25,9 +25,7 @@ target "xmake" add_deps "luajit" fi else - if ! has_config "lua_cjson"; then - add_deps "lua_cjson" - fi + add_deps "lua_cjson" if has_config "lua"; then add_options "lua" "{public}" else |
