Commit c10fdc42 authored by raburton's avatar raburton

non-x86 specific 64bit test

parent 39a9aabb
......@@ -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"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment