Skip to content

Commit

Permalink
Updates for Fedora Core 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Kornblum committed May 8, 2014
1 parent 092651e commit 772d71e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONFIGURE_FC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ fi

echo Attempting to install both DLL and static version of all mingw libraries
echo At this point we will keep going even if there is an error...
INST="autoconf automake gcc gc-c++ "
INST="autoconf automake gcc gcc-c++ "
for M in mingw32 mingw64 ; do
# For these install both DLL and static
for lib in zlib gettext boost cairo pixman freetype fontconfig \
bzip2 expat pthreads libgnurx libxml2 iconv openssl ; do
bzip2 expat winpthreads libgnurx libxml2 iconv openssl ; do
INST+=" ${M}-${lib} ${M}-${lib}-static"
done
done
Expand Down

0 comments on commit 772d71e

Please sign in to comment.