Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alexcrichton/curl-rust Loading
base: main
Choose a base ref
...
head repository: nielx/curl-rust Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 15, 2021

  1. Haiku: rework build.rs logic for curl-sys

    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.
    nielx committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    35db103 View commit details
    Browse the repository at this point in the history
Loading