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
When adding --features egl however, compilation fails on Windows with the error below. This feature is Windows-only, but as far as the cc crate is concerned it mostly adds a bunch more source files.
Internal error occurred: Command "C:\[…]\lib.exe" [many arguments…] with args "lib.exe" failed to start.
When I copy/paste the command into a shell, the output is:
Activity
Pass lib.exe arguments though a file when the arg list is too long.
SimonSapin commentedon Mar 3, 2018
I could compile with #293.