oboy/src/core/dune

8 lines
221 B
Plaintext
Raw Normal View History

2019-05-11 15:56:42 +02:00
; 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
2018-12-26 15:32:23 +01:00
(name oboy)
2019-05-11 15:56:42 +02:00
(libraries threads)
(modes shared_object))