Unverified Commit a30869a0 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #272247 from wegank/or-tools-darwin64

or-tools: fix build on x86_64-darwin
parents 9be1bd0d 35b11ed9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39312,6 +39312,7 @@ with pkgs;
  osi = callPackage ../development/libraries/science/math/osi { };
  or-tools = callPackage ../development/libraries/science/math/or-tools {
    stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
    python = python3;
    protobuf = protobuf_21;
    # or-tools builds with -std=c++20, so abseil-cpp must