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: 57268a967f6c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a1f2a678506a
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Sep 10, 2018

  1. bullet: fix darwin build

    The examples fail with an opengl related issue:
    
        Undefined symbols for architecture x86_64:
          "SimpleOpenGL3App::SimpleOpenGL3App(char const*, int, int, bool)", referenced from:
              _main in main_opengl_single_example.o
          "_useShadowMap", referenced from:
              GL_ShapeDrawer::drawScene(btDiscreteDynamicsWorld const*, bool, int) in GL_ShapeDrawer.o
        ld: symbol(s) not found for architecture x86_64
    
    And the tests need an extra dependencly, possibley related to
    bulletphysics/bullet3#819
    
        ld: library not found for -lBussIK
    
    /cc ZHF #45961
    
    (cherry picked from commit 939debc)
    LnL7 committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    a1f2a67 View commit details
    Browse the repository at this point in the history