[OCaml] META: remove exists_if(toplevel).

ocamlfind ignores the predicates in this case, making the package
unavailable for batch compilation as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221136 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Peter Zotov 2014-11-03 09:50:02 +00:00
parent 3339b71768
commit 7158970d0d
2 changed files with 0 additions and 2 deletions

View File

@ -4,5 +4,4 @@ description = "@TARGET@ Backend for LLVM"
requires = "llvm"
archive(byte) = "llvm_@TARGET@.cma"
archive(native) = "llvm_@TARGET@.cmxa"
exists_if(toplevel) = "dllllvm.so"
directory = "."

View File

@ -3,7 +3,6 @@ version = "@PACKAGE_VERSION@"
description = "LLVM OCaml bindings"
archive(byte) = "llvm.cma"
archive(native) = "llvm.cmxa"
exists_if(toplevel) = "dllllvm.so"
directory = "."
package "analysis" (