vlc | branch: master | Marvin Scholz <epira...@gmail.com> | Wed Dec 11 01:32:12 
2019 +0100| [822643977949630904cb03241f25ef54bf977d7e] | committer: Marvin 
Scholz

contrib: gpg-error: do not try to cp file to the same location

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=822643977949630904cb03241f25ef54bf977d7e
---

 contrib/src/gpg-error/rules.mak | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/src/gpg-error/rules.mak b/contrib/src/gpg-error/rules.mak
index 38219ccb5e..ea953f6e48 100644
--- a/contrib/src/gpg-error/rules.mak
+++ b/contrib/src/gpg-error/rules.mak
@@ -33,7 +33,9 @@ ifdef HAVE_ARMV7A
        cp $@/src/syscfg/lock-obj-pub.arm-apple-darwin.h 
$@/src/syscfg/lock-obj-pub.$(HOST).h
 else
 ifeq ($(ARCH),aarch64)
+ifneq ($(HOST),aarch64-apple-darwin)
        cp $@/src/syscfg/lock-obj-pub.aarch64-apple-darwin.h 
$@/src/syscfg/lock-obj-pub.$(HOST).h
+endif
 else
        cp $@/src/syscfg/lock-obj-pub.x86_64-apple-darwin.h 
$@/src/syscfg/lock-obj-pub.$(HOST).h
 endif

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to