We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfb9e6 commit 9dc9a5eCopy full SHA for 9dc9a5e
Makefile
@@ -4,6 +4,9 @@ BUILD=ocaml pkg/build.ml
4
5
.PHONY: all byte opt builder
6
all: $(BUILDER)
7
+ifeq ($(shell uname -o), Cygwin)
8
+ chmod -R 755 $OPAM_SWITCH_PREFIX/lib/js_of_ocaml-ppx_deriving_json
9
+endif
10
$(BUILD) manpage=false native=true native-dynlink=true
11
byte: $(BUILDER)
12
$(BUILD) manpage=false native=false native-dynlink=false
0 commit comments