summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-04-23 11:25:00 +0800
committerGitHub <[email protected]>2026-04-23 11:25:00 +0800
commit9a4b097037c1b32a66e45b131e6fbfddefff88c7 (patch)
treea5cb35cd54b913d29eeb032be443d311d66e0fcf
parent5771e3ccd28b9378aecced548fa20fefbd2cc216 (diff)
Update xmake.lua
-rw-r--r--tests/projects/linux/driver/hello_cross/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/linux/driver/hello_cross/xmake.lua b/tests/projects/linux/driver/hello_cross/xmake.lua
index c5372de0b..b5e403f94 100644
--- a/tests/projects/linux/driver/hello_cross/xmake.lua
+++ b/tests/projects/linux/driver/hello_cross/xmake.lua
@@ -1,7 +1,7 @@
set_plat("linux")
-option("linux-headers", {showmenu = true, description = "Set kernel headers/source tree path."})
-option("linux-builddir", {showmenu = true, description = "Set kernel build/output tree path."})
+option("linux-headers", {description = "Set kernel headers/source tree path."})
+option("linux-builddir", {description = "Set kernel build/output tree path."})
-- Example:
-- xmake f -p linux -a arm64 --cc=/path/to/aarch64-linux-gnu-gcc \