3
0
Fork 0
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:
Dan Liew 2016-11-21 01:04:55 +00:00
parent 76bbecf4fe
commit 2e74a2c54e
2 changed files with 24 additions and 11 deletions

View file

@ -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():