Allow to statically link utop
Fixes #285 Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
This commit is contained in:
parent
1fa416862f
commit
7e8567682d
|
@ -1,3 +1,8 @@
|
|||
next
|
||||
----
|
||||
|
||||
- Allow to statically link utop (@diml, #285)
|
||||
|
||||
2.4.0 (2019-05-17)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
(names utop)
|
||||
(libraries utop)
|
||||
(flags :standard -safe-string)
|
||||
(mode byte)
|
||||
(link_flags -linkall))
|
||||
|
||||
(rule
|
||||
|
|
Loading…
Reference in New Issue