3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00
This commit is contained in:
Rose Kunkel 2020-02-13 19:26:55 -08:00 committed by Nikolaj Bjorner
parent 120ca31fae
commit aaf2c3bdcc

View file

@ -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':