mirror of
https://github.com/Z3Prover/z3
synced 2025-06-09 23:53:25 +00:00
This commit is contained in:
parent
120ca31fae
commit
aaf2c3bdcc
1 changed files with 0 additions and 1 deletions
|
@ -591,7 +591,6 @@ if os.name == 'nt':
|
||||||
elif os.name == 'posix':
|
elif os.name == 'posix':
|
||||||
if os.uname()[0] == 'Darwin':
|
if os.uname()[0] == 'Darwin':
|
||||||
IS_OSX=True
|
IS_OSX=True
|
||||||
PREFIX="/usr/local"
|
|
||||||
elif os.uname()[0] == 'Linux':
|
elif os.uname()[0] == 'Linux':
|
||||||
IS_LINUX=True
|
IS_LINUX=True
|
||||||
elif os.uname()[0] == 'GNU':
|
elif os.uname()[0] == 'GNU':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue