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
Hi, Thank you for opening an issue. I checked your code and got the problem.
So the problem is when we are at workspace. the build script the path is based on the workspace member itself(since build.rs corresponds to that workspace member). But the macro uses the workspace root path.
If you get some idea please suggest it( I will also think about possible solutions for this problem). Till then we can use the workaround you have found.
If you have a directory structure like this:
style_sheet!(...)
will base files paths fromworkspace
but the build function inbuild.rs
bases file paths fromworkspace/frontend
.My workaround is to change my build.rs to this:
To reproduce:
bug-testing.zip
The text was updated successfully, but these errors were encountered: