Skip to content

Commit 4749d40

Browse files
committed
update OPAM script
1 parent 81b3397 commit 4749d40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libdash.opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ build: [
3131
["./ldconfig.sh"] # fix up .so files if ldconfig didn't do it
3232
[make "-C" "ocaml" "test"] {with-test}
3333
]
34+
install: [
35+
["opam-installer" "--prefix=%{prefix}%" "libdash.install"]
36+
[make "-C" "test" "test"] {with-test}
37+
]
3438
dev-repo: "git+https:///github.com/mgree/libdash"
3539
url {
3640
src: "https://github.com/mgree/libdash/archive/v0.1.tar.gz"

0 commit comments

Comments
 (0)