Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ocaml:
cp -r "$$(ocamlfind query ocaml-src)" $@
VERSION="$$(head -n1 ocaml/VERSION)" ; \
if test -d "patches/$$VERSION" ; then \
git apply --directory=$@ "patches/$$VERSION"/*; \
opatch -v -C $@ "patches/$$VERSION"/*; \
fi

ocaml/Makefile.config: $(LIBS) $(TOOLCHAIN_FOR_BUILD) | ocaml
Expand Down
2 changes: 1 addition & 1 deletion ocaml-solo5-cross-aarch64.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run-test: [
[make "test"]
]
depends: [
"conf-git" {build} # to patch the compiler sources
"opatch" {build} # to patch the compiler sources
"ocamlfind" {build}
"ocaml-src" {build}
"ocaml" {= "5.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion ocaml-solo5.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run-test: [
[make "test"]
]
depends: [
"conf-git" {build} # to patch the compiler sources
"opatch" {build} # to patch the compiler sources
"ocamlfind" {build}
"ocaml-src" {build}
"ocaml" {= "5.3.0"}
Expand Down
Loading