We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fec7d commit 2fffbb5Copy full SHA for 2fffbb5
caml/Makefile
@@ -68,7 +68,7 @@ ocaml:
68
cp -r "$$(ocamlfind query ocaml-src)" $@
69
VERSION="$$(head -n1 ocaml/VERSION)" ; \
70
if test -d "patches/$$VERSION" ; then \
71
- git apply -v --directory=$@ "patches/$$VERSION"/*; \
+ git apply -v --unsafe-paths --directory=$@ "patches/$$VERSION"/*; \
72
fi
73
74
ocaml/Makefile.config: $(LIBS) $(TOOLCHAIN_FOR_BUILD) | ocaml
0 commit comments