oboy/src/core/dune
2019-05-11 19:46:47 +02:00

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))