mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
This commit is contained in:
parent
120ca31fae
commit
aaf2c3bdcc
|
@ -591,7 +591,6 @@ if os.name == 'nt':
|
|||
elif os.name == 'posix':
|
||||
if os.uname()[0] == 'Darwin':
|
||||
IS_OSX=True
|
||||
PREFIX="/usr/local"
|
||||
elif os.uname()[0] == 'Linux':
|
||||
IS_LINUX=True
|
||||
elif os.uname()[0] == 'GNU':
|
||||
|
|
Loading…
Reference in a new issue