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
unlike CMake, meson is dumb and doesn't attempt to guess a path to the compiler in case of cross-compiling mode.
it has to be explicitly specified within cross-file
we probably can deduce required things in the conan client, but it's kinda auto-magic...
OTH it makes recipes easier
I would say that the Toolchain is supposed to do exactly that, gather the settings and write something the build system understands to represent the configuration.
Said that, I would say we should consider also adjusting the compiler as I commented here: #9922 (comment) @memsharded
unlike CMake, meson is dumb and doesn't attempt to guess a path to the compiler in case of cross-compiling mode.
it has to be explicitly specified within cross-file
we probably can deduce required things in the conan client, but it's kinda auto-magic...
OTH it makes recipes easier
we may try to populate the contents of the cross-file similar to the examples meson provides:
https://github.com/mesonbuild/meson/blob/master/cross/iphone.txt
https://github.com/mesonbuild/meson/blob/master/cross/tvos.txt
see also:
conan-io/conan-center-index#7360
conan-io/conan-center-index#6678
/cc @ericLemanissier @madebr @SpaceIm
The text was updated successfully, but these errors were encountered: