Replies: 2 comments 1 reply
-
Those directories are bizarre and should only be added on Windows, which is needed because on Windows there is no such thing as an rpath and the only way to find dependency DLLs is to add their directories to PATH. In this case, DLLs that came from the compiler toolchain itself. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can see yourself such a case at the end of the run in the Ubuntu 20 container: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running tests with Cortex-M binaries via
qemu-system-arm
, and the tests pass, but I see a very long PATH in the invocation line. Below it the meson output, split into several groups:As far as I can tell, my build environment adds only the two
xpacks/.bin
folders.Is meson adding the other folders? If so, is there any option to disable this behaviour?
Beta Was this translation helpful? Give feedback.
All reactions