[PATCH 2/2] Windows packaging script: check mingw bin directory

2014-03-25 Thread Alberto Corona
Windows packaging script now checks whether the mingw bin directory is in either /usr/i686-w64-mingw32/bin or /usr/i686-w64-mingw32/sys-root/mingw/bin Signed-off-by: Alberto Corona albco...@gmail.com --- packaging/windows/mingw-make.sh | 12 +--- 1 file changed, 9 insertions(+), 3

Re: [PATCH 2/2] Windows packaging script: check mingw bin directory

2014-03-25 Thread Dirk Hohndel
On Tue, 2014-03-25 at 12:54 -0500, Alberto Corona wrote: Windows packaging script now checks whether the mingw bin directory is in either /usr/i686-w64-mingw32/bin or /usr/i686-w64-mingw32/sys-root/mingw/bin Signed-off-by: Alberto Corona albco...@gmail.com ---