You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make `target_capnp_sources` function take `ONLY_CAPNP` option to only add cap'n
proto-generated files to the target library and not add
libmultiprocess-generated ones.
This is needed in bitcoin/bitcoin#10102 to support
building with ENABLE_IPC=ON and ENABLE_WALLET=OFF because libmultiprocess-generated
wallet files `wallet.capnp.proxy*.c++` can't be built without causing link
errors, while the `wallet.capnp.c++` file is still necessary to build because
it is referenced by `init.capnp` and `node.capnp` there.
0 commit comments