Merge pull request #178084 from KAction/fix-darwin-bootstrap

cc-wrapper: fix typo in shell script
main
Sergei Trofimovich 2 years ago committed by GitHub
commit ef2a9cba19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/build-support/cc-wrapper/cc-wrapper.sh

@ -160,7 +160,7 @@ if [ "$dontLink" != 1 ]; then
fi
if [[ -e @out@/nix-support/add-local-cc-cflags-before.sh ]]; then
source @out@/nix-support/add-local-cflags-before.sh
source @out@/nix-support/add-local-cc-cflags-before.sh
fi
# As a very special hack, if the arguments are just `-v', then don't

Loading…
Cancel
Save