Unverified Commit 179eb032 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #107337 from veprbl/pr/cling_darwin

cling: fix on darwin
parents 4dc97186 9521efa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
  ];