Skip to content

Commit 5182841

Browse files
authored
Merge pull request #197 from MdeLv/MdeLv-patch-ppx
fix pkg set to js_of_ocaml-ppx_deriving_json #1005
2 parents 6775c1f + 8abdbb2 commit 5182841

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_json
4444
# OCamlfind packages for the client
45-
CLIENT_PACKAGES := calendar js_of_ocaml js_of_ocaml-ppx lwt_ppx js_of_ocaml-ppx.deriving js_of_ocaml-lwt
45+
CLIENT_PACKAGES := calendar js_of_ocaml js_of_ocaml-ppx lwt_ppx js_of_ocaml-ppx_deriving_json js_of_ocaml-lwt
4646

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

0 commit comments

Comments
 (0)