mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
[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:
parent
3339b71768
commit
7158970d0d
@ -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 = "."
|
||||
|
@ -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" (
|
||||
|
Loading…
Reference in New Issue
Block a user