summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \