Commit d21e9e39 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* just don't run INSTALL_NAME on OSX, but on all other platforms (thx to xtophe)

parent f1136389
...@@ -692,7 +692,7 @@ ifdef HAVE_WIN32 ...@@ -692,7 +692,7 @@ ifdef HAVE_WIN32
endif endif
.faad: faad2 .faad: faad2
(cd $< && ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="-O3" && make -C libfaad && make -C libfaad install) (cd $< && ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="-O3" && make -C libfaad && make -C libfaad install)
ifdef HAVE_WIN32 ifndef HAVE_DARWIN
$(INSTALL_NAME) $(INSTALL_NAME)
endif endif
touch $@ 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