能否直接描述编译产物为 package
#3070
-
比如我们有自己的内部库, |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Nov 16, 2022
Replies: 2 comments 22 replies
-
urls 直接改成二进制包,然后 on_install 走 os.cp 复制到指定目录就行了。。 |
Beta Was this translation helpful? Give feedback.
21 replies
Answer selected by
kench1994
-
? 现在不也放在 xmake.lua 么,还需要怎么搞? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
urls 直接改成二进制包,然后 on_install 走 os.cp 复制到指定目录就行了。。
参考
https://github.com/xmake-io/xmake-repo/blob/ce72a2f24f83a6e064ce6e0fdadca014006eacb3/packages/l/libsdl_mixer/xmake.lua#L48