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
Problem:
- When `include!(..)`ing the `mime_types_generated` file,
it was assumed that the separator was `/`. However, this
will occasionally break on windows causing a compile error.
Solution
- From the build script, embed the file path into a compile-time `env!`
which uses the correct path separator.
0 commit comments