summaryrefslogtreecommitdiff
path: root/xmake/core/project/config.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-04-24 22:44:06 +0800
committerruki <[email protected]>2025-04-24 10:24:45 +0800
commitc2c9cfeef4feca868a35585caa746691a3675889 (patch)
treef5464524fe975e9a2e890489c299d8742bc13fc7 /xmake/core/project/config.lua
parentff67a6a7936dff1fd3549c003c87aa812c435474 (diff)
improve warnings
Diffstat (limited to 'xmake/core/project/config.lua')
-rw-r--r--xmake/core/project/config.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/core/project/config.lua b/xmake/core/project/config.lua
index 507e70a00..1c03fe871 100644
--- a/xmake/core/project/config.lua
+++ b/xmake/core/project/config.lua
@@ -78,9 +78,6 @@ function config.get(name)
value = nil
end
end
- if name == "buildir" then
- utils.warning("`xmake f --buildir=` has been deprecated, please use `xmake f -o/--builddir=`")
- end
return value
end