mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
use stirngs for env variables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ee36662435
commit
dd0d3d4510
|
@ -31,7 +31,7 @@ GIT_HASH=False
|
|||
PYTHON_ENABLED=True
|
||||
X86ONLY=False
|
||||
X64ONLY=False
|
||||
MAKEJOBS=getenv("MAKEJOBS", 24)
|
||||
MAKEJOBS=getenv("MAKEJOBS", "24")
|
||||
|
||||
def set_verbose(flag):
|
||||
global VERBOSE
|
||||
|
|
Loading…
Reference in a new issue