Skip to content

Commit

Permalink
Don't resolve symlinks in include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed May 15, 2020
1 parent d5bf780 commit 5351c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs/toolchains/cc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ in
$cc -E -x "$1" - -v "''${@:2}" 2>&1 \
| sed '1,/^#include <...>/d;/^[^ ]/,$d;s/^ *//' \
| tr '\n' '\0' \
| xargs -0 realpath -m
| xargs -0 realpath -ms
}
CXX_BUILTIN_INCLUDE_DIRECTORIES=($({
include_dirs_for c
Expand Down

0 comments on commit 5351c13

Please sign in to comment.