add libclang to ld library path
This commit is contained in:
parent
20a766b749
commit
698d000f11
1 changed files with 1 additions and 4 deletions
|
|
@ -44,14 +44,11 @@
|
|||
go
|
||||
olm
|
||||
git
|
||||
llvm
|
||||
clang
|
||||
flutter
|
||||
];
|
||||
|
||||
env = {
|
||||
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang}/lib";
|
||||
LD_LIBRARY_PATH = "./build/native_assets/linux";
|
||||
LD_LIBRARY_PATH = "${pkgs.llvmPackages.libclang.lib}/lib:./build/native_assets/linux";
|
||||
CPATH = lib.makeSearchPath "include" [ pkgs.glibc.dev ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue