Skip to content

Commit 747c561

Browse files
author
zhengchenxiao
committed
add: Support "xmake clean" and "pkgs"
1 parent 62e367f commit 747c561

File tree

6 files changed

+1608
-16
lines changed

6 files changed

+1608
-16
lines changed

env.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ if ! command -v unzip &> /dev/null; then
2929
else
3030
echo "smart-build env ready!"
3131
fi
32+
33+
export PATH=`python3 -m site --user-base`/bin:$HOME/.env/tools/scripts:$PATH
34+
export RTT_EXEC_PATH=/usr/bin

models/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
add_rules("mode.debug", "mode.release")
2424

2525
add_requires("apps")
26-
-- add_requires("rt-thread")
26+
2727
add_requires("xmake::rt-thread", {optional = true})
2828

2929
target("image")

0 commit comments

Comments
 (0)