We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ac184 commit a906869Copy full SHA for a906869
1 file changed
setup.py
@@ -14,7 +14,7 @@ def has_ext_modules(self):
14
# Determine the architecture and platform tag for the wheel
15
if sys.platform.startswith('win'):
16
# Get architecture from environment variable or default to x64
17
- arch = os.environ.get('ARCHITECTURE', 'x64')
+ arch = os.environ.get('ARCH', 'x64')
18
19
# Normalize architecture values
20
if arch in ['x86', 'win32']:
0 commit comments