Skip to content

Commit

Permalink
Update linux.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
alex35mil committed Feb 23, 2024
1 parent 693ec10 commit 325ec8f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions linux.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
diff --git a/ppx/bin/dune b/ppx/bin/dune
index 0be22c0..d1faa33 100644
index b346a3c..757e85d 100644
--- a/ppx/bin/dune
+++ b/ppx/bin/dune
@@ -2,4 +2,5 @@
(name bin)
(public_name re-formality-ppx)
(libraries re-formality-ppx.lib)
+ (flags (:standard -ccopt -static))
)
@@ -1,4 +1,5 @@
(executable
(name bin)
(public_name re-formality-ppx)
- (libraries re-formality-ppx.lib))
+ (libraries re-formality-ppx.lib)
+ (flags (:standard -ccopt -static)))

0 comments on commit 325ec8f

Please sign in to comment.