Correct configure option to cross-compile

This commit is contained in:
Akira TAGOH 2019-03-23 06:57:19 +00:00
parent 33b372e20f
commit 73b300dc7c
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ mingw-build:
- mkdir "$BUILDDIR" - mkdir "$BUILDDIR"
- cd "$BUILDDIR" - cd "$BUILDDIR"
- eval `rpm --eval %{mingw64_env}` - eval `rpm --eval %{mingw64_env}`
- ../autogen.sh --prefix="$PREFIX" --disable-shared --enable-static - ../autogen.sh --prefix="$PREFIX" --host=x86_64-mingw32 --disable-shared --enable-static
- make - make
- make check - make check
artifacts: artifacts: