uvg266/tools/appveyor-build.sh

13 lines
189 B
Bash
Raw Normal View History

#!/usr/bin/bash
set -e
export CC=gcc
./autogen.sh
./configure \
--host=$MINGW_CHOST \
--build=$MINGW_CHOST \
--target=$MINGW_CHOST \
--disable-shared --enable-static
make