Open andsanmar opened 8 months ago
When compiling mpk-svf it is required the directory z3.obj, which is assigned to Z3_DIR. Nonetheless, this directory is not downloaded or created in all the build process.
mpk-svf
z3.obj
Z3_DIR
build.sh:94 has the wrong identation, which caused the issue. I recommend to fix the issue
build.sh:94
When compiling
mpk-svf
it is required the directoryz3.obj
, which is assigned toZ3_DIR
. Nonetheless, this directory is not downloaded or created in all the build process.