Hello,
Executing:
make chcp
Generate:
File "mobile/eliom_loader.ml", line 188, characters 14-34:
188 | let%lwt _ = Lwt_js_events.onload () in
Errror: Unbound module Lwt_js_events
Is there a package to include in the Makefile.options ?
Or a specific module to add ?
Commenting the line allow the full build of the mobile application.
Thanks,