mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
libclc: fix libclc.pc file
This commit is contained in:
parent
068c0a56c5
commit
374672081e
@ -27,6 +27,9 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake ninja python3 ];
|
||||
buildInputs = [ llvm clang-unwrapped ];
|
||||
strictDeps = true;
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_INSTALL_INCLUDEDIR=include"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://libclc.llvm.org/";
|
||||
|
Loading…
Reference in New Issue
Block a user