Add -Iext/opentelemetry-cpp-api-only/include for BSD
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ build_ubuntu (push) Waiting to run

This commit is contained in:
Adam Ierymenko 2025-08-25 14:16:56 -07:00
parent bfa4bd2584
commit 5a62824049
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
2 changed files with 2 additions and 2 deletions

View file

@ -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=

View file

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