Skip to content

Commit 01e121d

Browse files
committed
depends: fix capnp's descriptor for make download
The non-native capnp was trying to fetch the wrong file. Without this, "make -C depends MULTIPROCESS=1 download" is broken. Presumably it breaks with the download target because the dependency graph is flattened. It manages to work if native_capnp is encountered first because it will then be found in the cache.
1 parent 219d728 commit 01e121d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/packages/capnp.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package=capnp
22
$(package)_version=$(native_$(package)_version)
33
$(package)_download_path=$(native_$(package)_download_path)
4+
$(package)_download_file=$(native_$(package)_download_file)
45
$(package)_file_name=$(native_$(package)_file_name)
56
$(package)_sha256_hash=$(native_$(package)_sha256_hash)
67
$(package)_dependencies=native_$(package)

0 commit comments

Comments
 (0)