Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion flakes/ocamlformat/static.diff
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
diff --git a/bin/ocamlformat-rpc/dune b/bin/ocamlformat-rpc/dune
index f1bda4fa..11e8e369 100644
--- a/bin/ocamlformat-rpc/dune
+++ b/bin/ocamlformat-rpc/dune
@@ -13,6 +13,7 @@
(name main)
(public_name ocamlformat-rpc)
(package ocamlformat)
+ (link_flags (:standard -cclib -static))
(flags
(:standard -open Ocamlformat_stdlib))
(instrumentation
diff --git a/bin/ocamlformat/dune b/bin/ocamlformat/dune
index 04288971..cf5e13c5 100644
index 86de53ed..7e0eb858 100644
--- a/bin/ocamlformat/dune
+++ b/bin/ocamlformat/dune
@@ -14,6 +14,7 @@
Expand Down