oboy/src/core/dune

8 lines
221 B
Plaintext

; oboy.ml as the top-level file
; building a shared library because we are relying on pthread and we cannot
; combine static pthread with dynamic libc
(executable
(name oboy)
(libraries threads)
(modes shared_object))