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: 95165e03f0e9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c49b7f64d15d
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Jun 29, 2019

  1. bazel: fix the compilation of .proto on Darwin (#63879)

    On Darwin, the last argument to GCC is coming up as an empty string.
    This is breaking the build of proto_library targets. However, I was not
    able to reproduce with the example cpp project[0].
    
    This commit patches the cc_wrapper of Bazel that gets installed on
    Darwin to remove the last argument if it's an empty string. This is
    not a probem on Linux.
    
    [0]: https://github.com/bazelbuild/examples/tree/master/cpp-tutorial/stage3
    kalbasit committed Jun 29, 2019
    Copy the full SHA
    c49b7f6 View commit details
    Browse the repository at this point in the history