Merge pull request #107337 from veprbl/pr/cling_darwin

cling: fix on darwin
This commit is contained in:
Sandro 2020-12-23 08:02:26 +01:00 committed by GitHub
commit 179eb032df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
];