Skip to content

Commit

Permalink
Update libmultiprocess library
Browse files Browse the repository at this point in the history
Add recent changes to support C++20 and fix some build issues:

chaincodelabs/libmultiprocess#89 pkgconfig: Drop -std=c++17 compile flag
chaincodelabs/libmultiprocess#90 pkgconfig: Use @CMAKE_INSTALL_LIBDIR@ variable
  • Loading branch information
ryanofsky committed Jan 11, 2024
1 parent 755ca62 commit 56ef459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depends/packages/native_libmultiprocess.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=native_libmultiprocess
$(package)_version=414542f81e0997354b45b8ade13ca144a3e35ff1
$(package)_version=2cbbd09d8b9972a8f5c68b510c0dae9a9f7a22da
$(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive
$(package)_file_name=$($(package)_version).tar.gz
$(package)_sha256_hash=8542dbaf8c4fce8fd7af6929f5dc9b34dffa51c43e9ee360e93ee0f34b180bc2
$(package)_sha256_hash=a86416908cc4d27a41c58d846ca854730b1c56bd7a58d823348969e300a10014
$(package)_dependencies=native_capnp

define $(package)_config_cmds
Expand Down

0 comments on commit 56ef459

Please sign in to comment.