Mercurial > hg > sv-dependency-builds
view script/win32/configure-command-x-mingw @ 37:892ab0545588
Remove Vamp SDK (at least from OSX directory). We're beginning to include it in the main build instead.
author | Chris Cannam |
---|---|
date | Fri, 18 Mar 2016 14:04:03 +0000 |
parents | 05254799ed10 |
children | cd4953afea46 |
line wrap: on
line source
#!/bin/bash mypath=`pwd`/`dirname $0` deproot="$mypath"/../../ prefix="$deproot"/win32-mingw 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 "$@"