Skip to content

Commit

Permalink
[fix] build: Missing opa mini lib
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Aug 9, 2012
1 parent b0ff6b7 commit b38b88d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/build/build_rules.ml
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,10 @@ let plugin_building name =
) options (List.rev mlfiles)
)
in
let options (* Opa files *) =
List.map (fun p -> P p) (List.filter (fun f -> Pathname.check_extension f "opa") files)
@ options
in
let is_static = Tags.mem "static" (tags_of_pathname path) in
let options =
if is_static then
Expand Down

0 comments on commit b38b88d

Please sign in to comment.