fix: fuchsia depends on TLS

This commit is contained in:
Simon Cruanes 2024-01-10 11:23:15 -05:00
parent a9fdc58904
commit 7d7461997a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 0 deletions

View file

@ -54,6 +54,7 @@
(ocaml (>= 4.08))
(trace (= :version))
(mtime (>= 2.0))
thread-local-storage
base-bigarray
base-unix
dune)

View file

@ -13,6 +13,7 @@ depends: [
"ocaml" {>= "4.08"}
"trace" {= version}
"mtime" {>= "2.0"}
"thread-local-storage"
"base-bigarray"
"base-unix"
"dune" {>= "2.9"}