Commit abbb32b2 authored by Eric Petit's avatar Eric Petit

contrib/src/Makefile: fixed cross compiling of twolame

parent 953c8585
......@@ -1027,7 +1027,7 @@ twolame: twolame-$(TWOLAME_VERSION).tar.gz
$(EXTRACT_GZ)
.twolame: twolame
(cd twolame; ./configure --prefix=$(PREFIX) && make && make install)
(cd twolame; ./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