Skip to content

Commit

Permalink
Replace i686 with i386.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matlo committed Sep 15, 2014
1 parent b2ef3eb commit f24fe57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions info.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#define INFO_ARCH "x86_64"
#endif

#ifdef __i686__
#define INFO_ARCH "i686"
#ifdef __i386__
#define INFO_ARCH "i386"
#endif

#ifdef __ARM_ARCH_6__
Expand Down
4 changes: 2 additions & 2 deletions shared/updater/updater.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define DOWNLOAD_URL "http://gimx.fr/download/gimx-windows-64bits"
#endif

#ifdef __i686__
#ifdef __i386__
#define DOWNLOAD_URL "http://gimx.fr/download/gimx-windows-32bits"
#endif

Expand All @@ -30,7 +30,7 @@
#define DOWNLOAD_URL "http://gimx.fr/download/gimx-ubuntu-64bits.html"
#endif

#ifdef __i686__
#ifdef __i386__
#define DOWNLOAD_URL "http://gimx.fr/download/gimx-ubuntu-32bits.html"
#endif

Expand Down

0 comments on commit f24fe57

Please sign in to comment.