1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

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

This commit is contained in:
Felix Paul Kühne 2005-11-02 15:48:54 +00:00
parent f113638965
commit d21e9e3944

View File

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