diff options
| author | ruki <[email protected]> | 2020-02-21 00:30:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-20 21:02:54 +0800 |
| commit | d233f14af9aa9173648f9ff4ff588604f5046deb (patch) | |
| tree | d3a19ef389e240f335283b7f65feb608de04f97a /xmake/actions/build/main.lua | |
| parent | 8a0bb07265285fc8d33649656c3ccbc7e15f0df4 (diff) | |
add ninja for trybuild
Diffstat (limited to 'xmake/actions/build/main.lua')
| -rw-r--r-- | xmake/actions/build/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/build/main.lua b/xmake/actions/build/main.lua index b2f00d310..38da6309b 100644 --- a/xmake/actions/build/main.lua +++ b/xmake/actions/build/main.lua @@ -55,7 +55,7 @@ function _try_build() raise("unknown build tool: %s", trybuild) end else - for _, name in ipairs({"msbuild", "xcodebuild", "cmake", "autotools", "scons", "meson", "make"}) do + for _, name in ipairs({"msbuild", "xcodebuild", "cmake", "autotools", "scons", "meson", "make", "ninja"}) do tool = import("private.action.trybuild." .. name, {anonymous = true}) configfile = tool.detect() if configfile then |
