@@ -23,10 +23,10 @@ Write-Host "Building project into $($output_dir)" -ForegroundColor Magenta
2323# build inside the crate to use the config.toml file
2424$features = @ (
2525 " data-pipeline-ffi" ,
26- " datadog -profiling-ffi/crashtracker-collector" ,
27- " datadog -profiling-ffi/crashtracker-receiver" ,
28- " datadog -profiling-ffi/ddtelemetry-ffi" ,
29- " datadog -profiling-ffi/demangler" ,
26+ " libdd -profiling-ffi/crashtracker-collector" ,
27+ " libdd -profiling-ffi/crashtracker-receiver" ,
28+ " libdd -profiling-ffi/ddtelemetry-ffi" ,
29+ " libdd -profiling-ffi/demangler" ,
3030 " datadog-library-config-ffi" ,
3131 " datadog-log-ffi"
3232) -join " ,"
@@ -55,7 +55,7 @@ Set-Location ..
5555
5656Write-Host " Generating headers" - ForegroundColor Magenta
5757Invoke-Call - ScriptBlock { cbindgen -- crate libdd- common- ffi -- config libdd- common- ffi/ cbindgen.toml -- output $output_dir \common.h }
58- Invoke-Call - ScriptBlock { cbindgen -- crate libdd- profiling- ffi -- config libd - profiling- ffi/ cbindgen.toml -- output $output_dir \profiling.h }
58+ Invoke-Call - ScriptBlock { cbindgen -- crate libdd- profiling- ffi -- config libdd - profiling- ffi/ cbindgen.toml -- output $output_dir \profiling.h }
5959Invoke-Call - ScriptBlock { cbindgen -- crate libdd- telemetry- ffi -- config libdd- telemetry- ffi/ cbindgen.toml -- output $output_dir \telemetry.h }
6060Invoke-Call - ScriptBlock { cbindgen -- crate libdd- data- pipeline- ffi -- config libdd- data- pipeline- ffi/ cbindgen.toml -- output $output_dir " \data-pipeline.h" }
6161Invoke-Call - ScriptBlock { cbindgen -- crate libdd- crashtracker- ffi -- config libdd- crashtracker- ffi/ cbindgen.toml -- output $output_dir " \crashtracker.h" }
0 commit comments