Mercurial > hg > sv-dependency-builds
comparison script/win64/configure-command-x-mingw64 @ 36:55ece8862b6d
Merge
author | Chris Cannam |
---|---|
date | Wed, 11 Mar 2015 13:32:44 +0000 |
parents | 05254799ed10 |
children |
comparison
equal
deleted
inserted
replaced
35:41ea6f72fef5 | 36:55ece8862b6d |
---|---|
1 #!/bin/bash | |
2 mypath=`pwd`/`dirname $0` | |
3 deproot="$mypath"/../../ | |
4 prefix="$deproot"/win64-mingw | |
5 CXX="x86_64-w64-mingw32-g++ -I$prefix/include -L$prefix/lib" CC="x86_64-w64-mingw32-gcc -I$prefix/include -L$prefix/lib" ./configure --prefix=$prefix/ --host=x86_64-unknown-windows "$@" | |
6 |