mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
Refer to macOS rather than Mac OS / OSX.
This commit is contained in:
parent
620c5d1d81
commit
a76397d3b8
17 changed files with 33 additions and 33 deletions
|
@ -73,7 +73,7 @@ def _build_z3():
|
|||
if subprocess.call(['nmake'], env=build_env,
|
||||
cwd=BUILD_DIR) != 0:
|
||||
raise LibError("Unable to build Z3.")
|
||||
else: # linux and osx
|
||||
else: # linux and macOS
|
||||
if subprocess.call(['make', '-j', str(multiprocessing.cpu_count())],
|
||||
env=build_env, cwd=BUILD_DIR) != 0:
|
||||
raise LibError("Unable to build Z3.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue