File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ FEATURES=(
143143 " data-pipeline-ffi"
144144 " datadog-profiling-ffi/ddtelemetry-ffi"
145145 " datadog-profiling-ffi/demangler"
146+ " datadog-library-config-ffi"
146147)
147148if [[ " $symbolizer " -eq 1 ]]; then
148149 FEATURES+=(" symbolizer" )
@@ -227,10 +228,10 @@ echo "Generating $destdir/include/libdatadog headers..."
227228rm -r $destdir /include/datadog/
228229mkdir $destdir /include/datadog/
229230
230- CBINDGEN_HEADERS=" common.h profiling.h telemetry.h crashtracker.h data-pipeline.h"
231+ CBINDGEN_HEADERS=" common.h profiling.h telemetry.h crashtracker.h data-pipeline.h library-config.h "
231232# When optional features are added, don't forget to also include the headers here
232233case $ARG_FEATURES in
233- datadog-library-config-ffi) CBINDGEN_HEADERS=" $CBINDGEN_HEADERS library-config.h"
234+ # datadog-library-config-ffi) CBINDGEN_HEADERS="$CBINDGEN_HEADERS library-config.h"
234235esac
235236
236237CBINDGEN_HEADERS_DESTS=" "
You can’t perform that action at this time.
0 commit comments