Commit c645b38e authored by Damien Fouilleul's avatar Damien Fouilleul

Makefile: make sure that libpng shared dll isn't installed to prevent VLC from...

Makefile: make sure that libpng shared dll isn't installed to prevent VLC from linking against it (Cygwin only)
parent 22879927
...@@ -1368,7 +1368,7 @@ ifdef HAVE_DARWIN_OS ...@@ -1368,7 +1368,7 @@ ifdef HAVE_DARWIN_OS
(cd $<; cp scripts/makefile.macosx Makefile && make && make install) (cd $<; cp scripts/makefile.macosx Makefile && make && make install)
else else
ifdef HAVE_WIN32 ifdef HAVE_WIN32
(cd $<; rm -f INSTALL; cp scripts/makefile.cygwin Makefile && make $(HOSTCC) && make install) (cd $<; rm -f INSTALL; cp scripts/makefile.cygwin Makefile && make $(HOSTCC) && make install-static)
else else
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
endif endif
......
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