Merge pull request #107337 from veprbl/pr/cling_darwin
cling: fix on darwin
This commit is contained in:
commit
179eb032df
@ -73,7 +73,7 @@ let
|
|||||||
flags = [
|
flags = [
|
||||||
"-nostdinc"
|
"-nostdinc"
|
||||||
"-nostdinc++"
|
"-nostdinc++"
|
||||||
"-isystem" "${glibc.dev}/include"
|
"-isystem" "${stdenv.lib.getDev stdenv.cc.libc}/include"
|
||||||
"-I" "${unwrapped}/include"
|
"-I" "${unwrapped}/include"
|
||||||
"-I" "${unwrapped}/lib/clang/5.0.2/include"
|
"-I" "${unwrapped}/lib/clang/5.0.2/include"
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user