rtt_rust
rtt_rust copied to clipboard
fix the argument of PrebuildRust function in Sconscript
在 RT-Thread/rt-thread 中使用 menuconfig 对 rtt_rust 进行拉取后出现编译错误
发现是文件路径有问题,所以进行了修改,将 Sconscript 中的 PrebuildRust 函数最后一个参数由 RTT_Root + "/../applications" 修改为 cwd + "/../applications"