-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't build broken async_js_test_lib
- Loading branch information
1 parent
6b76f09
commit 661fe53
Showing
2 changed files
with
5 additions
and
5 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,3 +1,3 @@ | ||
(executables (names main) | ||
(libraries async_js_test_lib async_js js_of_ocaml uri) | ||
(preprocess (pps js_of_ocaml-ppx ppx_jane))) | ||
; (executables (names main) | ||
; (libraries async_js_test_lib async_js js_of_ocaml uri) | ||
; (preprocess (pps js_of_ocaml-ppx ppx_jane))) |
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,2 +1,2 @@ | ||
(library (name async_js_test_lib) | ||
(libraries async_kernel async_rpc_kernel uri) (preprocess (pps ppx_jane))) | ||
; (library (name async_js_test_lib) | ||
; (libraries async_kernel async_rpc_kernel uri) (preprocess (pps ppx_jane))) |