Mercurial > hg > sv-dependency-builds
comparison script/win32/configure-command-x-mingw @ 59:cd4953afea46
This config script works better for libsndfile at least
| author | Chris Cannam | 
|---|---|
| date | Mon, 09 Jan 2017 13:57:37 +0000 | 
| parents | 05254799ed10 | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 58:eab3b14ddc95 | 59:cd4953afea46 | 
|---|---|
| 1 #!/bin/bash | 1 #!/bin/bash | 
| 2 mypath=`pwd`/`dirname $0` | 2 mypath=`pwd`/`dirname $0` | 
| 3 deproot="$mypath"/../../ | 3 deproot="$mypath"/../../ | 
| 4 prefix="$deproot"/win32-mingw | 4 prefix="$deproot"/win32-mingw | 
| 5 CXX="i686-w64-mingw32-g++ -I$prefix/include -L$prefix/lib" CC="i686-w64-mingw32-gcc -I$prefix/include -L$prefix/lib" ./configure --prefix=$prefix/ --host=i686-unknown-windows "$@" | 5 CXX="i686-w64-mingw32-g++ -I$prefix/include -L$prefix/lib" CC="i686-w64-mingw32-gcc -I$prefix/include -L$prefix/lib" ./configure --prefix=$prefix/ --host=i686-w64-mingw32 "$@" | 
| 6 | 6 | 
