mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +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
|
PYTHON_ENABLED=True
|
||||||
X86ONLY=False
|
X86ONLY=False
|
||||||
X64ONLY=False
|
X64ONLY=False
|
||||||
MAKEJOBS=getenv("MAKEJOBS", 24)
|
MAKEJOBS=getenv("MAKEJOBS", "24")
|
||||||
|
|
||||||
def set_verbose(flag):
|
def set_verbose(flag):
|
||||||
global VERBOSE
|
global VERBOSE
|
||||||
|
|
Loading…
Reference in a new issue