mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
Update build-all.py
This commit is contained in:
@@ -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