You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
我有一个xmake项目大概是这样
liba 的 xmake.lua 有两个target,一个是静态库,另一个是单元测试
然后,我想把这个 liba 在另一个xmake项目里使用,大概是下面的样子
这时候问题出现了,在
libb
项目里的liba
在build ok!
之后的 install 环节出了问题,如下:然后我想问的问题是,我能否在
libb
中排除package liba
中不需要的 targets ?Beta Was this translation helpful? Give feedback.
All reactions