use nix libclang
This commit is contained in:
parent
3351e76210
commit
20a766b749
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@
|
|||
];
|
||||
|
||||
env = {
|
||||
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang}/lib";
|
||||
LD_LIBRARY_PATH = "./build/native_assets/linux";
|
||||
CPATH = lib.makeSearchPath "include" [ pkgs.glibc.dev ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue