commit | 245dbdfd1150d844a26fbb5cdeb6348028b3145c | [log] [tgz] |
---|---|---|
author | henrique <henrique@apache.org> | Wed Jun 04 18:14:39 2014 +0200 |
committer | henrique <henrique@apache.org> | Wed Jun 04 18:14:39 2014 +0200 |
tree | 58367c1fb041662bf7bea9877674990b111d6750 | |
parent | cf18e91831507f20ac777262174288d64e3f5bbe [diff] [blame] |
THRIFT-2565 autoconf fails to find mingw-g++ cross compiler on travis CI
diff --git a/contrib/mingw-cross-compile.sh b/contrib/mingw-cross-compile.sh index 54cd852..7ed5d47 100755 --- a/contrib/mingw-cross-compile.sh +++ b/contrib/mingw-cross-compile.sh
@@ -4,7 +4,8 @@ ./configure \ --disable-libs \ --build=i686-pc-linux-gnu \ - --host=i586-mingw32msvc + --host=i586-mingw32msvc \ + CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ make