]> git.sesse.net Git - vlc/commitdiff
Win32: fix packaging of libraries
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 14 Apr 2014 06:26:37 +0000 (08:26 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 14 Apr 2014 06:26:37 +0000 (08:26 +0200)
extras/package/win32/package.mak

index 4a705847d0e6883fa6749f9ead373957051c50c8..6a2ee39d5ff2fc86603ee18ba799a0d9061621c9 100644 (file)
@@ -66,10 +66,10 @@ endif
        IFS=':' ;\
        for x in $$library_path_list ;\
        do \
-               test -f "$$x/libstdc++-6.dll" && cp "$$x/libstdc++-6.dll" "$(win32_destdir)/" ; \
-               test -f "$$x/libgcc_s_sjlj-1.dll" && cp "$$x/libgcc_s_sjlj-1.dll" "$(win32_destdir)/" ; \
-               test -f "$$x/libwinpthread-1.dll" && cp "$$x/libwinpthread-1.dll" "$(win32_destdir)/" ; \
-               test -f "$$x/../bin/libwinpthread-1.dll" && cp "$$x/../bin/libwinpthread-1.dll" "$(win32_destdir)/" ; \
+               test -f "$$x/libstdc++-6.dll" && cp "$$x/libstdc++-6.dll" "$(win32_destdir)/" ; true; \
+               test -f "$$x/libgcc_s_sjlj-1.dll" && cp "$$x/libgcc_s_sjlj-1.dll" "$(win32_destdir)/" ; true; \
+               test -f "$$x/libwinpthread-1.dll" && cp "$$x/libwinpthread-1.dll" "$(win32_destdir)/" ; true; \
+               test -f "$$x/../bin/libwinpthread-1.dll" && cp "$$x/../bin/libwinpthread-1.dll" "$(win32_destdir)/" ; true; \
        done
 
 # SDK