mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
support trace-fuchsia if present
This commit is contained in:
parent
54077446ca
commit
eff6016151
3 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,8 @@
|
|||
(synopsis "Utils for the sidekick binaries")
|
||||
(libraries containers sidekick.util
|
||||
(select trace_setup.ml from
|
||||
(trace-tef -> trace_setup.real.ml)
|
||||
(trace-fuchsia -> trace_setup.fuchsia.ml)
|
||||
(trace-tef -> trace_setup.tef.ml)
|
||||
(-> trace_setup.dummy.ml)))
|
||||
(flags :standard -warn-error -a+8 -open Sidekick_util))
|
||||
|
||||
|
|
|
|||
1
src/bin-lib/trace_setup.fuchsia.ml
Normal file
1
src/bin-lib/trace_setup.fuchsia.ml
Normal file
|
|
@ -0,0 +1 @@
|
|||
let with_trace f = Trace_fuchsia.with_setup () f
|
||||
Loading…
Add table
Reference in a new issue