summary refs log blame commit diff
path: root/pkgs/stdenv/mingw/fix-builder.sh
blob: 09d933bd17b2ca5a00afd5b9c96c26f5ae73900e (plain) (tree)
1
2
3
4
5
6
7
8
9
                               
 
                       
                          

                                
                  

                                        
                                      
            







                                              
                


         
# Workaround MSYS shell problem

if test -z "$out"; then
  buildInputs=$BUILDINPUTS
  buildUtilities=$BUILDUTILITIES
  configureFlags=$CONFIGUREFLAGS
  doCheck=$DOCHECK
  doCoverageAnalysis=$DOCOVERAGEANALYSIS
  dontInstall=$DONTINSTALL
  dontLogThroughTee=$DONTLOGTHROUGHTEE
  lcov=$LCOV
  logPhases=$LOGPHASES
  out=$OUT
  patches=$PATCHES
  propagatedBuildInputs=$PROPAGATEDBUILDINPUTS
  stdenv=$STDENV
  src=$SRC
  srcs=$SRCS
  succeedOnFailure=$SUCCEEDONFAILURE
  system=$SYSTEM
fi

source $@