cc-wrapper: Also export env var for windres, when it is present
This commit is contained in:
parent
a40ceb2782
commit
c23028bdad
@ -71,7 +71,7 @@ let
|
||||
|
||||
'' + stdenv.lib.optionalString (textFile == ./setup-hook.sh) ''
|
||||
cat << 'EOF' >> $out
|
||||
for CMD in ar as nm objcopy ranlib strip strings size ld
|
||||
for CMD in ar as nm objcopy ranlib strip strings size ld windres
|
||||
do
|
||||
# which is not part of stdenv, but compgen will do for now
|
||||
if
|
||||
|
Loading…
Reference in New Issue
Block a user