-
I am trying to cross compile a gtk-rs app to Windows. My cross file is:
If I do not set exe_wrapper everything seems to work fine but in the end I get: But if I define it to "wine64" or the full path, setup immediately fails with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
What's the contents of the log file? |
Beta Was this translation helpful? Give feedback.
-
Solved the issue: Simply editing meson/mesonbuild/compilers/rust.py Line 74 in 0544ffa |
Beta Was this translation helpful? Give feedback.
Solved the issue:
It was trying to run rusttest, but the executable was rusttest.exe
Simply editing
meson/mesonbuild/compilers/rust.py
Line 74 in 0544ffa