Unverified Commit 837e4184 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

mysql-shell: fix build on darwin (#452143)

parents 525dcd8f cb95077c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -519,6 +519,7 @@ with pkgs;
        protobuf = protobuf_25.override {
          abseil-cpp = abseil-cpp_202407;
        };
        stdenv = if stdenv.cc.isClang then llvmPackages_19.stdenv else stdenv;
      };
    })
    mysql-shell_8
@@ -530,6 +531,7 @@ with pkgs;
    protobuf = protobuf_25.override {
      abseil-cpp = abseil-cpp_202407;
    };
    stdenv = if stdenv.cc.isClang then llvmPackages_19.stdenv else stdenv;
  };

  # this is used by most `fetch*` functions