mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
cc-wrapper: fix typo in shell script
Noticed this bug when was trying to bootstrap m4 on darwin. That fixes line 163: no such file or directory error That does not solve all problems staging has on darwin.
This commit is contained in:
parent
ca38c61118
commit
6eb689d490
@ -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…
Reference in New Issue
Block a user