view script/win32/configure-command-x-mingw @ 69:7aeed7906520

Add Opus sources and macOS builds
author Chris Cannam
date Wed, 23 Jan 2019 13:48:08 +0000
parents cd4953afea46
children
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-w64-mingw32 "$@"