基于编译器的包安装逻辑
#6370
Replies: 1 comment
-
on_config 里,根据 或者 after_install 里,去 os.cp() 直接安装 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我需要定义一个包,并希望根据依赖该包的 target 所使用的编译器来进行不同的安装操作。
FreeRTOS对于不同的编译器有不同的驱动文件,所以需要为特定的编译器选择特定的文件。
怎么办?
Beta Was this translation helpful? Give feedback.
All reactions