xmake在mingw下导入libdatachannel 问题 #9657
Unanswered
uselesscodestoo
asked this question in
Q&A
Replies: 1 comment
|
既然 mingw 能编译,直接提 pr 放开不就好了么。 |
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.
前提
在xrepo中的libdatachannel里,明确禁止了在mingw下导入libdatachannel
但是,libdatachannel是可以在mingw下编译使用的。
具体问题
为了在mingw下使用libdatachannel,我手动编译安装到了mingw中。
我发现libdatachannel只提供了cmake导入,没有pkgconfig需要的.pc文件。
我依次尝试了add_requires("libdatachannel", {system = true}) 、add_requires("cmake::LibDataChannel", {system = true}) 。
都失败了。
我想知道要怎么正确导入进来。
All reactions