diff options
| author | ruki <[email protected]> | 2025-04-24 22:44:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-24 22:44:21 +0800 |
| commit | 21f74444f1d0dc5ee0f52ed08763dd18524429ad (patch) | |
| tree | 43fbb1157fc645856d3e75bf4134214619a46fe3 | |
| parent | c2c9cfeef4feca868a35585caa746691a3675889 (diff) | |
modify default build
| -rw-r--r-- | xmake/actions/config/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/config/xmake.lua b/xmake/actions/config/xmake.lua index 6c27820ea..2ee150b4c 100644 --- a/xmake/actions/config/xmake.lua +++ b/xmake/actions/config/xmake.lua @@ -245,7 +245,7 @@ task("config") "e.g.", " - xmake f --trybuild=autoconf --tryconfigs='--enable-shared=no'"}, {'o', "builddir", "kv", "build" , "Set build directory."}, - {nil, "buildir", "kv", "build" , "Set build directory. (deprecated)"}, + {nil, "buildir", "kv", nil , "Set build directory. (deprecated)"}, {}, {category = "Project Configuration"}, _project_menu_options}} |
