Skip to content

Commit a906869

Browse files
committed
fixed arch
1 parent 33ac184 commit a906869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def has_ext_modules(self):
1414
# Determine the architecture and platform tag for the wheel
1515
if sys.platform.startswith('win'):
1616
# Get architecture from environment variable or default to x64
17-
arch = os.environ.get('ARCHITECTURE', 'x64')
17+
arch = os.environ.get('ARCH', 'x64')
1818

1919
# Normalize architecture values
2020
if arch in ['x86', 'win32']:

0 commit comments

Comments
 (0)