Remove old comment.

This commit is contained in:
Saikrishna Arcot 2015-06-06 07:17:05 -07:00
parent bd3ed98dc0
commit 31935a66b2
No known key found for this signature in database
GPG Key ID: 203B47C2C66B784B
1 changed files with 0 additions and 3 deletions

View File

@ -95,6 +95,3 @@ define $(PKG)_BUILD_i686-w64-mingw32
LIBS="-ljpeg -lsecur32 -lportablexdr `'$(TARGET)-pkg-config' --libs openssl libtiff-4`"
$($(PKG)_MAKE)
endef
# Can't use $(PKG)_BUILD_SHARED here as $(PKG)_BUILD_i686-w64-mingw32 has a
# higher precedence.