From 45be6507d186307cb89e989e455f93d30fb0fe61 Mon Sep 17 00:00:00 2001 From: Masaori Koshiba Date: Mon, 14 Aug 2023 11:26:51 +0900 Subject: [PATCH] Fix conf_remap plugin build on macOS --- mk/plugins.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/plugins.mk b/mk/plugins.mk index 1036a03fc88..bc30b621f95 100644 --- a/mk/plugins.mk +++ b/mk/plugins.mk @@ -27,6 +27,7 @@ TS_PLUGIN_LD_FLAGS = \ TS_PLUGIN_CPPFLAGS = \ -I$(abs_top_srcdir)/include \ -I$(abs_top_srcdir)/lib \ + @YAMLCPP_INCLUDES@ \ @SWOC_INCLUDES@ # Provide a default AM_CPPFLAGS. Automake handles this correctly, but libtool