mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
cling: fix libc include path for non-glibc
This commit is contained in:
parent
e49c1a0027
commit
9521efa607
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ let
|
|||
flags = [
|
||||
"-nostdinc"
|
||||
"-nostdinc++"
|
||||
"-isystem" "${glibc.dev}/include"
|
||||
"-isystem" "${stdenv.lib.getDev stdenv.cc.libc}/include"
|
||||
"-I" "${unwrapped}/include"
|
||||
"-I" "${unwrapped}/lib/clang/5.0.2/include"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue