mysql-shell: fix build on darwin (#452143)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user