mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Add Support for IfcOpenShell on Win ARM64
This commit is contained in:
committed by
Thomas Krijnen
parent
ae253f5e2a
commit
b38a0dce1f
@@ -5,11 +5,12 @@ but also archives them to '~/outputs'.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
import platform
|
||||||
import subprocess
|
import subprocess
|
||||||
import zipfile
|
import zipfile
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from zipfile import ZipFile
|
from zipfile import ZipFile
|
||||||
import platform
|
|
||||||
|
|
||||||
def is_arm64() -> bool:
|
def is_arm64() -> bool:
|
||||||
arch = os.environ.get("TARGET_ARCH", "").lower()
|
arch = os.environ.get("TARGET_ARCH", "").lower()
|
||||||
|
|||||||
Reference in New Issue
Block a user