Closed jnfoster closed 10 years ago
Maybe try pkg_threads
instead? That's what oasis seems to do.
adding true: thread
to _tags
did the trick.
no need to manually hack tags. add thread as a dep in ocamlbuild. works?
What does "add thread
as a dep in ocamlbuild
" mean? Adding it to the BuildDepends
section does not work.
Ahh, threads
not thread
. OMG WTF FML.
I had to add
to the
_tags
file to get this package to compile on Linux.Here's a build from a fresh clone:
Any idea why?