mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
In the event that extracting doesn't produce the binary we expected it
to, all this will do is create an _empty_ file where we expect the
binary to be. This will likely muddle debugging.
Since the only reason the resource was made in the first place was to
make dependencies clear, switch to depending on the External_Dep
itself, when such a dependency is needed.
(cherry picked from commit 1e4e6a09af
)