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
Cross compilation from Windows x64 to Windows ARM64 fails for harfbuzz/5.3.1.
(Based on the error that I see, it could be that this is not a bug with the recipe, but a bug in conan's meson tool instead.)
Description
Cross compilation from Windows x64 to Windows ARM64 fails for harfbuzz/5.3.1.
(Based on the error that I see, it could be that this is not a bug with the recipe, but a bug in conan's meson tool instead.)
Package and Environment Details
Conan profile
Configuration (profile_host):
[settings]
arch=armv8
arch_build=x86_64
build_type=Debug
compiler=Visual Studio
compiler.runtime=MDd
compiler.version=17
os=Windows
os_build=Windows
[options]
harfbuzz:with_glib=False
[build_requires]
[env]
Configuration (profile_build):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=Visual Studio
compiler.runtime=MT
compiler.version=17
os=Windows
os_build=Windows
[options]
[build_requires]
[env]
Steps to reproduce
Simplified version of my command :
Actual command that I use :
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: