Skip to content

Commit

Permalink
windows: take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Apr 27, 2016
1 parent fc697ac commit 47806a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Authors: Anil Madhavapeddy, Richard Mortier, Thomas Gazagnaire,
License: ISC
Plugins: META (0.4), DevFiles (0.4)
BuildTools: ocamlbuild
PostConfCommand: sh ppx/select_ppx_version.sh
PostConfCommand: sh select_ppx_version.sh

Flag lwt
Description: build the Lwt library
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: f2dcab7cae481ac0b84454e45ca3c628) *)
(* DO NOT EDIT (digest: 9d10669fb203fea6246ac30938d678a0) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7002,7 +7002,7 @@ let setup_t =
post_command =
[
(OASISExpr.EBool true,
Some (("./ppx/select_ppx_version.sh", [])))
Some (("sh", ["select_ppx_version.sh"])))
]
};
build_type = (`Build, "ocamlbuild", Some "0.4");
Expand Down Expand Up @@ -7665,7 +7665,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\1501\185R\150\242\222\189\250`W\214\244\141\1342";
oasis_digest = Some "-.\252\128\024\211\030\207\138\213s\184p: \014";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 47806a4

Please sign in to comment.