mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Use "x86_64" and not "x86-64" like everything else in ioq3.
This commit is contained in:
parent
749e17ab1d
commit
b771192d52
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ static int sha256_hash_index = 0;
|
||||||
#ifdef __i386__
|
#ifdef __i386__
|
||||||
#define AUTOUPDATE_ARCH "x86"
|
#define AUTOUPDATE_ARCH "x86"
|
||||||
#elif defined(__x86_64__)
|
#elif defined(__x86_64__)
|
||||||
#define AUTOUPDATE_ARCH "x86-64"
|
#define AUTOUPDATE_ARCH "x86_64"
|
||||||
#else
|
#else
|
||||||
#error Please define your platform.
|
#error Please define your platform.
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue