mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
Refactor update_api.mk_ml()
so that the source and output directories
can be different. This feature will be needed by the CMake build system to build the OCaml bindings.
This commit is contained in:
parent
76bbecf4fe
commit
2e74a2c54e
2 changed files with 24 additions and 11 deletions
|
@ -2870,7 +2870,8 @@ def mk_bindings(api_files):
|
|||
dotnet_output_dir=dotnet_output_dir,
|
||||
java_output_dir=java_output_dir,
|
||||
java_package_name=java_package_name,
|
||||
ml_output_dir=ml_output_dir
|
||||
ml_output_dir=ml_output_dir,
|
||||
ml_src_dir=ml_output_dir
|
||||
)
|
||||
cp_z3py_to_build()
|
||||
if is_ml_enabled():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue