vlc | branch: master | Steve Lhomme <[email protected]> | Tue May 15 09:36:48 2018 +0200| [9befc87dee36018c15bddcc2dd0e036e2f2d9fd5] | committer: Steve Lhomme
contrib: pthreads: don't copy the DLLs we're never going to use them > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9befc87dee36018c15bddcc2dd0e036e2f2d9fd5 --- contrib/src/pthreads/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/pthreads/rules.mak b/contrib/src/pthreads/rules.mak index 6e39bfc05b..8ddac0ff40 100644 --- a/contrib/src/pthreads/rules.mak +++ b/contrib/src/pthreads/rules.mak @@ -36,6 +36,6 @@ endif sed -e 's/#if HAVE_CONFIG_H/#if 0 \&\& HAVE_CONFIG_H/' -i \ "$(PREFIX)/include/pthread.h" mkdir -p -- "$(PREFIX)/lib" - cp -v $</*.a $</*.dll "$(PREFIX)/lib/" + cp -v $</*.a "$(PREFIX)/lib/" touch $@ endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
