Commit c70e1d1f authored by Pavlov Konstantin's avatar Pavlov Konstantin

Contrib: Fix build of taglib on win32.

Looks like taglib authors don't support autotools build system now.
parent 1bd03470
......@@ -2293,7 +2293,7 @@ ifdef HAVE_CYGWIN
endif
.tag: taglib
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
(cd $<; $(HOSTCC) CXXFLAGS="-DMAKE_TAGLIB_LIB" ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
$(INSTALL_NAME)
touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment