Skip to content

Commit

Permalink
Apple Silicon build cleanup (#1054)
Browse files Browse the repository at this point in the history
Co-authored-by: Henri Wahl <[email protected]>
  • Loading branch information
HenriWahl and Henri Wahl authored Sep 2, 2024
1 parent 1c44192 commit 53566e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@
from Nagstamon.Helpers import get_distro

VERSION = AppInfo.VERSION

ARCH_WINDOWS = platform.architecture()[0][0:2]
ARCH_WINDOWS_OPTS = {'32': ('win32', 'win32', '', 'x86'),
'64': ('win-amd64', 'amd64', '(X86)', 'x64')}

ARCH_MACOS = platform.machine()
ARCH_MACOS_NAMES = {'x86_64': 'Intel',
'arm64': 'ARM'}
Expand Down

0 comments on commit 53566e1

Please sign in to comment.