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
|
go
|
||||||
olm
|
olm
|
||||||
git
|
git
|
||||||
llvm
|
|
||||||
clang
|
|
||||||
flutter
|
flutter
|
||||||
];
|
];
|
||||||
|
|
||||||
env = {
|
env = {
|
||||||
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang}/lib";
|
LD_LIBRARY_PATH = "${pkgs.llvmPackages.libclang.lib}/lib:./build/native_assets/linux";
|
||||||
LD_LIBRARY_PATH = "./build/native_assets/linux";
|
|
||||||
CPATH = lib.makeSearchPath "include" [ pkgs.glibc.dev ];
|
CPATH = lib.makeSearchPath "include" [ pkgs.glibc.dev ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue