Skip to content

Commit

Permalink
Full deps list for osx backend
Browse files Browse the repository at this point in the history
  • Loading branch information
actionshrimp committed Apr 17, 2018
1 parent 7460575 commit f899bd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
((name livereload)
(public_name livereload)
(preprocess (pps (ppx_blob)))
(modules (:standard \ backend_osx backend_linux ))
(preprocessor_deps ((file ../static/livereload.js)))
(libraries (containers websocket-lwt.cohttp lwt
(select backend.ml from
(inotify.lwt -> backend_linux.ml)
(osx-fsevents -> backend_osx.ml))))))
(osx-fsevents osx-fsevents.lwt osx-cf.lwt -> backend_osx.ml)
(inotify.lwt -> backend_linux.ml))))))

0 comments on commit f899bd9

Please sign in to comment.