File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ define $(package)_build_cmds
24
24
endef
25
25
26
26
define $(package)_stage_cmds
27
- $(MAKE ) DESTDIR=$($(package ) _staging_dir) install
27
+ $(MAKE ) DESTDIR=$($(package ) _staging_dir) install-lib
28
28
endef
Original file line number Diff line number Diff line change 1
1
package =native_libmultiprocess
2
- $(package)_version =d576d975debdc9090bd2582f83f49c76c0061698
2
+ $(package)_version =1af83d15239ccfa7e47b8764029320953dd7fdf1
3
3
$(package)_download_path =https://github.com/chaincodelabs/libmultiprocess/archive
4
4
$(package)_file_name =$($(package ) _version) .tar.gz
5
- $(package)_sha256_hash =9f8b055c8bba755dc32fe799b67c20b91e7b13e67cadafbc54c0f1def057a370
5
+ $(package)_sha256_hash =e5587d3feedc7f8473f178a89b94163a11076629825d664964799bbbd5844da5
6
6
$(package)_dependencies =native_capnp
7
7
8
8
define $(package)_config_cmds
@@ -14,5 +14,5 @@ define $(package)_build_cmds
14
14
endef
15
15
16
16
define $(package)_stage_cmds
17
- $(MAKE ) DESTDIR=$($(package ) _staging_dir) install
17
+ $(MAKE ) DESTDIR=$($(package ) _staging_dir) install-bin
18
18
endef
You can’t perform that action at this time.
0 commit comments