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

Commits on Sep 7, 2018

  1. androidndk: Fix make_standalone_toolchain.py

    Python path needs to be absolute and the generated scripts will use also
    an absolute path to `bash`.
    bkchr committed Sep 7, 2018
    Copy the full SHA
    48bdf31 View commit details
    Browse the repository at this point in the history
  2. androidndk: Add makeStandaloneToolchain support

    Example:
    ```
    let
      toolchain = (androidenv.androidndk.makeStandaloneToolchain 24 "arm64");
    in
    ...
    ```
    bkchr committed Sep 7, 2018
    Copy the full SHA
    dd0b3da View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. Merge pull request #45757 from bkchr/androidndk_standalone_toolchain

    Androidndk standalone toolchain support
    matthewbauer committed Sep 8, 2018
    Copy the full SHA
    1acfddb View commit details
    Browse the repository at this point in the history