mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-10 04:35:44 -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))
|
(ocaml (>= 4.08))
|
||||||
(trace (= :version))
|
(trace (= :version))
|
||||||
(mtime (>= 2.0))
|
(mtime (>= 2.0))
|
||||||
|
thread-local-storage
|
||||||
base-bigarray
|
base-bigarray
|
||||||
base-unix
|
base-unix
|
||||||
dune)
|
dune)
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ depends: [
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
"trace" {= version}
|
"trace" {= version}
|
||||||
"mtime" {>= "2.0"}
|
"mtime" {>= "2.0"}
|
||||||
|
"thread-local-storage"
|
||||||
"base-bigarray"
|
"base-bigarray"
|
||||||
"base-unix"
|
"base-unix"
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue