mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 07:24:40 +00:00
Update on building OCaml binding with CMake (#7698)
* fix: add generating META for ocamlfind. * Patch macos. We need to keep the `@rpath` and use environment var to enable the test because we need to leave it to be fixed by package managers. * Trigger CI. * Debug. * Debug. * Debug. * Debug. * Debug. * Debug. * Hacky fix for ocaml building warning. * Fix typo and rename variables.
This commit is contained in:
parent
2de40ff220
commit
c2efd3dc6d
6 changed files with 100 additions and 208 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# META file for the "z3" package:
|
||||
version = "@VERSION@"
|
||||
version = "@Z3_VERSION_STRING@"
|
||||
description = "Z3 Theorem Prover (OCaml API)"
|
||||
requires = "zarith threads"
|
||||
archive(byte) = "z3ml.cma"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue