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: ziglang/zig
base: cb744f3a28cf
Choose a base ref
...
head repository: ziglang/zig
compare: 1369fecccfcd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 20, 2018

  1. Include libxml2 and zlib as required libraries

    libxml2 is a required library, but we only find out that when the build
    fails to link against it, if it is not present. The same for zlib.
    
    We use find_library to find these two libraries and print nice fail
    messages if they are not found.
    walac committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    543952e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #847 from walac/master

    Include libxml2 and zlib as required libraries
    andrewrk committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    1369fec View commit details
    Browse the repository at this point in the history