-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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))) |