Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #201 from reynir/patch-1
Browse files Browse the repository at this point in the history
Do not use opam config exec
  • Loading branch information
samoht committed Aug 9, 2018
2 parents e344361 + a02f507 commit 77ee5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xen-ocaml/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CFLAGS="-Wall -Wno-attributes ${ARCH_CFLAGS} ${EXTRA_CFLAGS} ${CI_CFLAGS} -DSYS_
"

rm -rf ocaml-src
cp -r `opam config exec -- ocamlfind query ocaml-src` ocaml-src
cp -r `ocamlfind query ocaml-src` ocaml-src
chmod -R u+w ocaml-src

echo Detected OCaml version `ocamlopt -version`
Expand Down

0 comments on commit 77ee5f5

Please sign in to comment.