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
set of patches are added to make rlottie build on windows (with visual studio backend)
--> only meson backend is made to work on windows
to create VS solution file use below command.
meson builddir -Dwerror=false --backend vs2019
to use the ninja backend use below command
meson builddir -Dwerror=false
Things still dosen't work.
cmake backend still gives error for windows build.
image loader dosen't work if build as separate module.
To make image work pass -Dmodule=false to meson while configuring.
No description provided.
The text was updated successfully, but these errors were encountered: