-
有些shared类型的target是不需要安装到系统目录里的,但在build时需要生成,但是set_default(false) 默认情况下直接就不编译了,只能手动编译,有什么api能使target禁用默认的install行为吗? |
Beta Was this translation helpful? Give feedback.
Answered by
xq114
Apr 20, 2022
Replies: 1 comment 1 reply
-
on_install(function(target) end) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
waruqi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
on_install(function(target) end)