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
It's not the first time I run into an issue with an intentionally missing
exe_wrapper during cross compilation. In pretty much all the cases the project
I tried to build already had code available to not need one in the first place.
Print out what command was actually the culprit to make debugging this easier.
error_message="An exe_wrapper is needed but was not found. Please define one in cross file and check the command and/or add it to PATH."
149
+
error_message="An exe_wrapper is needed for "+self.builddir+"/prog.exe but was not found. Please define one in cross file and check the command and/or add it to PATH."
150
150
151
151
withself.assertRaises(MesonException) ascm:
152
152
# Must run in-process or we'll get a generic CalledProcessError
0 commit comments