diff options
| author | ruki <[email protected]> | 2025-11-25 23:50:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-25 23:50:02 +0800 |
| commit | 19d9f21e5d9853e6f1f3a5928a6ca584ff9d1bc7 (patch) | |
| tree | 5e9e678b76be5e570e831b3f2d31797bd65240c6 /core/xmake.lua | |
| parent | d4ab7c6808fd2f2417cc82fb77086471c85c909b (diff) | |
re-enable multirow policy
Diffstat (limited to 'core/xmake.lua')
| -rw-r--r-- | core/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/xmake.lua b/core/xmake.lua index 00606982c..e819f572b 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -1,6 +1,6 @@ set_project("xmake") -set_xmakever("3.0.4") ---set_policy("build.progress_style", "multirow") +set_xmakever("3.0.5") +set_policy("build.progress_style", "multirow") set_version("3.0.5", {build = "%Y%m%d"}) -- set all warnings as errors |
