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
Previously I could simply compile and due to the define order, it worked (I have a CI test for it): prodbin had its resources and everything else inherited liba's resources
I tried some fixes on my side in terms of file name and such, but nothing worked so I cannot updated to the new version 1.7.2. Using compile_for didn't work either.
Trying to detect to only build liba's resources when testing doesn't work because liba has no idea what it is built for (cargo does not give such information, to avoid dependencies affecting their build output based on the end product in hidden ways)
The text was updated successfully, but these errors were encountered:
I have two resource files
liba
prodbin
The tests are in several libraries depending on
liba
So I have something like:
Previously I could simply compile and due to the define order, it worked (I have a CI test for it):
prodbin
had its resources and everything else inheritedliba
's resourcesI tried some fixes on my side in terms of file name and such, but nothing worked so I cannot updated to the new version
1.7.2
. Usingcompile_for
didn't work either.Trying to detect to only build
liba
's resources when testing doesn't work becauseliba
has no idea what it is built for (cargo does not give such information, to avoid dependencies affecting their build output based on the end product in hidden ways)The text was updated successfully, but these errors were encountered: