mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Update build-all.py
This commit is contained in:
committed by
Dion Moult
parent
20d8b665d4
commit
5262a9fec5
@@ -266,6 +266,9 @@ if platform.system() == "Darwin":
|
|||||||
if run(["sw_vers", "-productVersion"]) >= "11.":
|
if run(["sw_vers", "-productVersion"]) >= "11.":
|
||||||
# Apparently not supported
|
# Apparently not supported
|
||||||
PYTHON_VERSIONS = [pv for pv in PYTHON_VERSIONS if tuple(map(int, pv.split("."))) >= (3, 7)]
|
PYTHON_VERSIONS = [pv for pv in PYTHON_VERSIONS if tuple(map(int, pv.split("."))) >= (3, 7)]
|
||||||
|
if run(["sw_vers", "-productVersion"]) < "10.16":
|
||||||
|
# Apparently not supported
|
||||||
|
PYTHON_VERSIONS = [pv for pv in PYTHON_VERSIONS if tuple(map(int, pv.split("."))) <= (3, 10)]
|
||||||
|
|
||||||
BOOST_VERSION_UNDERSCORE = BOOST_VERSION.replace(".", "_")
|
BOOST_VERSION_UNDERSCORE = BOOST_VERSION.replace(".", "_")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user