diff options
| author | ruki <[email protected]> | 2026-04-23 11:25:00 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-23 11:25:00 +0800 |
| commit | 9a4b097037c1b32a66e45b131e6fbfddefff88c7 (patch) | |
| tree | a5cb35cd54b913d29eeb032be443d311d66e0fcf | |
| parent | 5771e3ccd28b9378aecced548fa20fefbd2cc216 (diff) | |
Update xmake.lua
| -rw-r--r-- | tests/projects/linux/driver/hello_cross/xmake.lua | 4 |
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 \ |
