Bug or feature? add_requireconfs is getting overriden by another add_requireconfs. #7686
Unanswered
EZ4Stephen
asked this question in
Q&A
Replies: 1 comment
|
The following seems to have correctly set shared:y for debug builds, for comparison. set_policy("package.sync_requires_to_deps", true) if is_mode("debug") then |
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.
My xmake.lua script:
Despite the add_requireconfs at the top about packages being built shared, it seems like shared didn't get passed to the packages. I ran
xmake f -c -m debug:So, I assume my add_requireconfs is getting overriden. Is this a bug or feature?
All reactions