Cannot build trantor #9331
|
Hello! I'm having trouble building trantor. I get this error: It looks like If I manually remove My It's odd that the package enables |
Replies: 1 comment
|
You can define package with different name and use set_base("some-package-name") or either copy paste existing trantor package code. So we would name it for example package("mytrantor") and use it later on in our project but with io.replace("CMakeLists.txt", "-Werror", "", {plain = true}) inside of on_install(..) |
You can define package with different name and use set_base("some-package-name") or either copy paste existing trantor package code. So we would name it for example package("mytrantor") and use it later on in our project but with io.replace("CMakeLists.txt", "-Werror", "", {plain = true}) inside of on_install(..)
See #9332