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) ''
|
'' + stdenv.lib.optionalString (textFile == ./setup-hook.sh) ''
|
||||||
cat << 'EOF' >> $out
|
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
|
do
|
||||||
# which is not part of stdenv, but compgen will do for now
|
# which is not part of stdenv, but compgen will do for now
|
||||||
if
|
if
|
||||||
|
Loading…
x
Reference in New Issue
Block a user