File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
2424endef
2525
2626define $(package)_stage_cmds
27- $(MAKE ) DESTDIR=$($(package ) _staging_dir) install
27+ $(MAKE ) DESTDIR=$($(package ) _staging_dir) install-lib
2828endef
Original file line number Diff line number Diff line change 11package =native_libmultiprocess
2- $(package)_version =d576d975debdc9090bd2582f83f49c76c0061698
2+ $(package)_version =1af83d15239ccfa7e47b8764029320953dd7fdf1
33$(package)_download_path =https://github.com/chaincodelabs/libmultiprocess/archive
44$(package)_file_name =$($(package ) _version) .tar.gz
5- $(package)_sha256_hash =9f8b055c8bba755dc32fe799b67c20b91e7b13e67cadafbc54c0f1def057a370
5+ $(package)_sha256_hash =e5587d3feedc7f8473f178a89b94163a11076629825d664964799bbbd5844da5
66$(package)_dependencies =native_capnp
77
88define $(package)_config_cmds
@@ -14,5 +14,5 @@ define $(package)_build_cmds
1414endef
1515
1616define $(package)_stage_cmds
17- $(MAKE ) DESTDIR=$($(package ) _staging_dir) install
17+ $(MAKE ) DESTDIR=$($(package ) _staging_dir) install-bin
1818endef
You can’t perform that action at this time.
0 commit comments