Closed ajelinski closed 3 years ago
Some build systems require using tools with custom names, e.g., prefixed with architecture.
It'd be much easier to specify proper pkg-config if this line: https://github.com/capnproto/capnproto-java/blob/cd3ef7216635943756ce636fc03aabd4d27a1c05/Makefile#L1 was:
pkg-config
PKG_CONFIG ?= pkg-config CAPNP_CXX_FLAGS=$(shell $(PKG_CONFIG) capnp --cflags --libs)
Sounds good to me. Want to submit a pull request?
Submitted.
Some build systems require using tools with custom names, e.g., prefixed with architecture.
It'd be much easier to specify proper
pkg-config
if this line: https://github.com/capnproto/capnproto-java/blob/cd3ef7216635943756ce636fc03aabd4d27a1c05/Makefile#L1 was: