Use "x86_64" and not "x86-64" like everything else in ioq3.

This commit is contained in:
Ryan C. Gordon 2017-06-04 02:46:49 -04:00
parent 749e17ab1d
commit b771192d52
1 changed files with 1 additions and 1 deletions

View File

@ -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