Skip to content
Snippets Groups Projects
Commit ab614f30 authored by kaichao's avatar kaichao Committed by GitHub
Browse files

fix darwin (#7385)

parent 5808f467
Branches
No related merge requests found
......@@ -15,6 +15,8 @@ with nixpkgs; pkgs.mkShell {
cmake
pkg-config
rust-nightly
] ++ stdenv.lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
];
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment