How to get the name of the toolchain size
command?
#9913
-
I have toolchain definitions like:
and similarly for Windows:
In order to run the I checked the functions available in the Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The binaries table overrides the result of https://mesonbuild.com/Machine-files.html#binaries
|
Beta Was this translation helpful? Give feedback.
The binaries table overrides the result of
find_program('size')
, and additionally will be used when Meson internally looks up programs as part of the compiler toolchain handling.https://mesonbuild.com/Machine-files.html#binaries