Skip to content

Commit

Permalink
Update native_libmultiprocess.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta authored May 14, 2024
1 parent bdd6b71 commit bf2636e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions depends/packages/native_libmultiprocess.mk
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
package=native_libmultiprocess
$(package)_version=d576d975debdc9090bd2582f83f49c76c0061698
$(package)_version=8da797c5f1644df1bffd84d10c1ae9836dc70d60
$(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive
$(package)_file_name=$($(package)_version).tar.gz
$(package)_sha256_hash=9f8b055c8bba755dc32fe799b67c20b91e7b13e67cadafbc54c0f1def057a370
$(package)_sha256_hash=030f4d393d2ac9deba98d2e1973e22fc439ffc009d5f8ae3225c90639f86beb0
$(package)_dependencies=native_capnp

define $(package)_config_cmds
$($(package)_cmake)
$($(package)_cmake) .
endef

define $(package)_build_cmds
$(MAKE)
endef

define $(package)_stage_cmds
$(MAKE) DESTDIR=$($(package)_staging_dir) install
endef
$(MAKE) DESTDIR=$($(package)_staging_dir) install-bin
endef

0 comments on commit bf2636e

Please sign in to comment.