mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 20:07:55 -04:00
fix: fuchsia depends on TLS
This commit is contained in:
parent
a9fdc58904
commit
7d7461997a
2 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
|||
(ocaml (>= 4.08))
|
||||
(trace (= :version))
|
||||
(mtime (>= 2.0))
|
||||
thread-local-storage
|
||||
base-bigarray
|
||||
base-unix
|
||||
dune)
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ depends: [
|
|||
"ocaml" {>= "4.08"}
|
||||
"trace" {= version}
|
||||
"mtime" {>= "2.0"}
|
||||
"thread-local-storage"
|
||||
"base-bigarray"
|
||||
"base-unix"
|
||||
"dune" {>= "2.9"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue