Skip to content

Commit

Permalink
Remove some commented out setup steps
Browse files Browse the repository at this point in the history
They were leftovers from before the migration to mingw-get
and haven't been missed since.
  • Loading branch information
gjanssens committed May 6, 2015
1 parent fceb5cc commit ce5f39c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions install-impl.sh
Expand Up @@ -190,14 +190,7 @@ function inst_mingw() {

if [ "$CROSS_COMPILE" != "yes" ]; then
mingw_smart_get mingw32-pexports ${MINGW_PEXPORTS_VERSION}
# Some additional steps, only for native (non-cross-compile)
#cp ${_MINGW_UDIR}/bin/libpthread-2.dll ${_MINGW_UDIR}/bin/pthreadGC2.dll
echo "Skipping lpthread copying for now, let's see if this is still needed..."
#mingw_smart_get mingw32-make ${MINGW_MAKE_VERSION}
echo "Skipping mingw32-make installation for now, let's see if this is still needed..."
quiet which pexports || die "mingw-utils not installed correctly (pexports)"
# FIXME which library uses reimp ?
# quiet which reimp || die "mingw-utils not installed correctly (reimp)"
# Hack to make Gnome's pkg-config happy (without having to rebuild it)
cp "${_MINGW_UDIR}"/bin/libintl*.dll "${_MINGW_UDIR}/bin/intl.dll"
else
Expand Down

0 comments on commit ce5f39c

Please sign in to comment.