Created
October 27, 2022 13:15
-
-
Save renatoalencar/2286ea38fd9f9c2234f65493858546e0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
diff --git a/src/dune b/src/dune | |
index 2ba2d36..d9e8e57 100644 | |
--- a/src/dune | |
+++ b/src/dune | |
@@ -1,7 +1,6 @@ | |
(library | |
(name binaryen) | |
(public_name binaryen) | |
- (libraries libbinaryen.c) | |
(foreign_stubs | |
(language c) | |
(names binaryen_stubs_types binaryen_stubs_ops binaryen_stubs_literals |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment