mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 00:21:36 +00:00
non-x86 specific 64bit test
This commit is contained in:
parent
39a9aabbf5
commit
c10fdc422b
@ -42,7 +42,7 @@ void InitKiCadAbout(wxAboutDialogInfo& info)
|
||||
/* Check for linux and arch */
|
||||
#if __gnu_linux__
|
||||
description << (_("on GNU/Linux "));
|
||||
#if __x86_64
|
||||
#ifdef _LP64
|
||||
description << (_("64 bits"));
|
||||
#else
|
||||
description << (_("32 bits"));
|
||||
|
Loading…
Reference in New Issue
Block a user