Skip to content

Commit

Permalink
jbuild: refer to protocol-9p via the public_names
Browse files Browse the repository at this point in the history
Hopefully this will fix the partial travis failures

Signed-off-by: David Scott <[email protected]>
  • Loading branch information
djs55 committed Jun 17, 2017
1 parent f7e8a2a commit 2817b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(executables
((names (main))
(libraries (protocol_9p protocol_9p_unix logs logs.fmt rresult win-error
(libraries (protocol-9p protocol-9p-unix logs logs.fmt rresult win-error
lambda-term cmdliner))))

(install
Expand Down
2 changes: 1 addition & 1 deletion unix/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
((name protocol_9p_unix)
(public_name protocol-9p-unix)
(libraries (result fmt lwt mirage-flow-lwt cstruct astring named-pipe.lwt
protocol_9p io-page.unix prometheus))
protocol-9p io-page.unix prometheus))
))

0 comments on commit 2817b0d

Please sign in to comment.