mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +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__
|
||||
#define AUTOUPDATE_ARCH "x86"
|
||||
#elif defined(__x86_64__)
|
||||
#define AUTOUPDATE_ARCH "x86-64"
|
||||
#define AUTOUPDATE_ARCH "x86_64"
|
||||
#else
|
||||
#error Please define your platform.
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue