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
This is the error I can reproduce with a custom triplet file for the target:
result: false
libc++abi: terminating with uncaught exception of type std::runtime_error: error in error handling
The error goes away when I also set the host triplet to the custom one, i.e. enforce a native build instead of a cross build.
And cross builds are what #30608 changed significantly. luajit is particular difficult to adapt to vcpkg's triplet regime, and upstream is very rigid...
Describe the bug
A clear and concise description of what the bug is.
Environment
To Reproduce
I have a custom triplet
x64-osx-catalina-static-release.cmake
It works if I remove this line (
set(VCPKG_OSX_DEPLOYMENT_TARGET 10.15)
) inx64-osx-catalina-static-release
tripletThis problem was introduced by #30608, before that, my custom triplet can work.
It's very odd.
Maybe @dg0yt knows clues about the problem.
The text was updated successfully, but these errors were encountered: