mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Win32 build: Fixes for cross-compiling.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20582 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -174,9 +174,13 @@ function inst_mingw() {
|
||||
fi
|
||||
quiet test_for_mingw || die "mingw not installed correctly"
|
||||
fi
|
||||
cp ${_MINGW_UDIR}/bin/libpthread-2.dll ${_MINGW_UDIR}/bin/pthreadGC2.dll
|
||||
|
||||
configure_msys "$_PID" "$_MINGW_WFSDIR"
|
||||
if [ "$CROSS_COMPILE" != "yes" ]; then
|
||||
# Some preparation steps, only for native (non-cross-compile)
|
||||
cp ${_MINGW_UDIR}/bin/libpthread-2.dll ${_MINGW_UDIR}/bin/pthreadGC2.dll
|
||||
|
||||
configure_msys "$_PID" "$_MINGW_WFSDIR"
|
||||
fi
|
||||
}
|
||||
|
||||
function inst_mingwutils() {
|
||||
|
||||
Reference in New Issue
Block a user