summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/x265/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x265/module.defs b/contrib/x265/module.defs
index 50cd72c56..0a1cd385a 100644
--- a/contrib/x265/module.defs
+++ b/contrib/x265/module.defs
@@ -52,5 +52,5 @@ define X265.LINK
for a in $(X265.SOURCE.libs); do \
($(RM.exe) -rf "$$a"_o && $(MKDIR.exe) -p "$$a"_o && $(AR.exe) x "$$a" && $(MV.exe) *$(X265.O.ext) "$$a"_o && $(AR.exe) cq $@ "$$a"_o/*$(X265.O.ext)); \
done
- $(AR.exe) s $@
+ $(RANLIB.exe) $@
endef