mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-01-12 00:05:50 +08:00
Add -Iext/opentelemetry-cpp-api-only/include for BSD
This commit is contained in:
@@ -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=
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CC=gcc
|
||||
CXX=g++
|
||||
|
||||
INCLUDES=
|
||||
INCLUDES=-Iext/opentelemetry-cpp-api-only/include
|
||||
DEFS=
|
||||
LIBS=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user