diff options
author | John Stebbins <[email protected]> | 2017-11-10 08:05:31 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-11-10 08:06:45 -0800 |
commit | 463010d8505798e77cd8330ee889e8b4914fd562 (patch) | |
tree | 36a6164a41fc27faab107fef0fa86311e6b640bb /contrib/x265_12bit | |
parent | d6d90d5d6db66a15f38662740f54b3fc5aae8001 (diff) |
x265: fix build race with download verification
Diffstat (limited to 'contrib/x265_12bit')
-rw-r--r-- | contrib/x265_12bit/module.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/x265_12bit/module.defs b/contrib/x265_12bit/module.defs index 3e80f4e80..6f565f186 100644 --- a/contrib/x265_12bit/module.defs +++ b/contrib/x265_12bit/module.defs @@ -46,6 +46,7 @@ X265_12.INSTALL.args = @dir !make !extra # Override operations that are not needed X265_12.FETCH = +X265_12.VERIFY = $(TOUCH.exe) $@ X265_12.EXTRACT = $(TOUCH.exe) $@ X265_12.PATCH = $(TOUCH.exe) $@ X265_12.XCLEAN = |