Skip to content

Commit

Permalink
cc-wrapper: Don't slurp NIX_DONT_SET_RPATH twice
Browse files Browse the repository at this point in the history
Otherwise we end with a definition like `1 1`, which doesn't trigger the right
conditional.
  • Loading branch information
Ericson2314 committed Aug 7, 2017
1 parent 1271e5e commit 810fb0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/build-support/cc-wrapper/add-flags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ for pre in "${role_prefixes[@]}"; do
slurpUnsalted CFLAGS_LINK
slurpUnsalted CXXSTDLIB_COMPILE
slurpUnsalted CXXSTDLIB_LINK
slurpUnsalted DONT_SET_RPATH
slurpUnsalted GNATFLAGS_COMPILE
slurpUnsalted IGNORE_LD_THROUGH_GCC
slurpUnsalted LDFLAGS
Expand Down

0 comments on commit 810fb0c

Please sign in to comment.