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
Due to several issues, the Haiku build of rustc and cargo is cross-compiled
from a Linux host. In this official build, it is prefered to link to the
libcurl build that is being distributed as an official Haiku port. This
change adds the logic to link to the official libcurl build when
cross-compiling. The previous logic was flawed, in the sense that it would
rely on the hosts curl-config to determine whether http2 support was available.
When doing a native build, pkg_config can be used to determine whether
libcurl is available on the platform, thus removing the need for separate logic
when building curl-sys on Haiku itself.
0 commit comments