Skip to content

Commit b38a0dc

Browse files
tsomannaaothms
authored andcommitted
Add Support for IfcOpenShell on Win ARM64
1 parent ae253f5 commit b38a0dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

win/build-all-win.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"""
66

77
import os
8+
import platform
89
import subprocess
910
import zipfile
1011
from pathlib import Path
1112
from zipfile import ZipFile
12-
import platform
13+
1314

1415
def is_arm64() -> bool:
1516
arch = os.environ.get("TARGET_ARCH", "").lower()

0 commit comments

Comments
 (0)