Browse Source

Add -Iext/opentelemetry-cpp-api-only/include for BSD

pull/4/head
Adam Ierymenko 7 months ago
parent
commit
5a62824049
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3
  1. 2
      make-bsd.mk
  2. 2
      make-netbsd.mk

2
make-bsd.mk

@ -1,6 +1,6 @@
# This requires GNU make, which is typically "gmake" on BSD systems
INCLUDES=-isystem ext -Iext/prometheus-cpp-lite-1.0/core/include -Iext/prometheus-cpp-lite-1.0/simpleapi/include
INCLUDES=-isystem ext -Iext/prometheus-cpp-lite-1.0/core/include -Iext/prometheus-cpp-lite-1.0/simpleapi/include -Iext/opentelemetry-cpp-api-only/include
DEFS=
LIBS=

2
make-netbsd.mk

@ -1,7 +1,7 @@
CC=gcc
CXX=g++
INCLUDES=
INCLUDES=-Iext/opentelemetry-cpp-api-only/include
DEFS=
LIBS=

Loading…
Cancel
Save