Skip to content

Commit c18369d

Browse files
committed
lwt.ppx -> lwt_ppx
1 parent fa5972d commit c18369d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.options

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ TEMPLATE_DIR := template.distillery
4040
TEMPLATE_NAME := none.pgocaml
4141

4242
# OCamlfind packages for the server
43-
SERVER_PACKAGES := calendar lwt.ppx js_of_ocaml-ppx.deriving
43+
SERVER_PACKAGES := calendar lwt_ppx js_of_ocaml-ppx.deriving
4444
# OCamlfind packages for the client
45-
CLIENT_PACKAGES := calendar js_of_ocaml js_of_ocaml-ppx lwt.ppx js_of_ocaml-ppx.deriving
45+
CLIENT_PACKAGES := calendar js_of_ocaml js_of_ocaml-ppx lwt_ppx js_of_ocaml-ppx.deriving
4646

4747
# Debug package (yes/no): Debugging info in compilation
4848
DEBUG := yes

0 commit comments

Comments
 (0)