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: NixOS/nixpkgs
base: 52a1179b6c20
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3bc7ad936470
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 17, 2018

  1. brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross builds

    CMAKE passes the flag -rdynamic otherwise (which is not recognized by mingw).
    Setting the appropriate flag avoids this problem and allows the build
    to succeed.
    mcmtroffaes committed Sep 17, 2018
    Copy the full SHA
    e4f1968 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2018

  1. Merge pull request #46773 from mcmtroffaes/feature/fix-brotli-mingw

    brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross builds
    matthewbauer committed Sep 22, 2018
    Copy the full SHA
    3bc7ad9 View commit details
    Browse the repository at this point in the history