Skip to content

Commit 9d438f9

Browse files
committed
Also, install opam-lib when pinned. Fix ocaml#1547.
1 parent 38f565e commit 9d438f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: opam

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ build: [
1313
[make "opam"]
1414
["sh" "-c" "echo %{version}% > \"%{root}%/opam.version\""]
1515
["install" "--backup" "-m" "755" "src/opam" "%{root}%/opam"]
16+
[make "libinstall"]
1617
]
1718
remove: ["rm" "-f" "%{root}%/opam" "%{root}%/opam.version"]
1819
depends: [

0 commit comments

Comments
 (0)