forked from mirrors/nixpkgs
Merge pull request #178084 from KAction/fix-darwin-bootstrap
cc-wrapper: fix typo in shell script
This commit is contained in:
commit
ef2a9cba19
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue