2018-08-31 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug that broke the build under MingW32.
This commit is contained in:
Fred Gleason
2018-08-31 08:41:28 -04:00
parent fbb87ffed3
commit e0dd678c8e
3 changed files with 9 additions and 1 deletions

View File

@@ -25,6 +25,6 @@ export RANLIB=i686-w64-mingw32-gcc-ranlib
3) cd to 'apis/rivwebcapi/' in the Rivendell sources and do:
./autogen.sh
./configure --prefix=$MINGW32_SYS_ROOT --i686-w64-mingw32
./configure --prefix=$MINGW32_SYS_ROOT --host=i686-w64-mingw32
make
make install (as root)