Skip to content

Commit

Permalink
Don't build bin_prot.xen
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 11, 2020
1 parent 2623579 commit 0debc84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin_prot/xen/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(rule (targets cflags.sexp) (deps (:first_dep cflags.sh))
(action (bash "./%{first_dep} > %{targets}")))
; (rule (targets cflags.sexp) (deps (:first_dep cflags.sh))
; (action (bash "./%{first_dep} > %{targets}")))

(library (name bin_prot_xen) (public_name bin_prot.xen) (optional)
(virtual_deps mirage-xen-ocaml) (libraries bigarray)
(c_flags (:include cflags.sexp)) (preprocess no_preprocessing))
; (library (name bin_prot_xen) (public_name bin_prot.xen) (optional)
; (virtual_deps mirage-xen-ocaml) (libraries bigarray)
; (c_flags (:include cflags.sexp)) (preprocess no_preprocessing))

0 comments on commit 0debc84

Please sign in to comment.