fixed linux bug

This commit is contained in:
David Anderson 2006-06-04 08:40:27 +00:00
parent 36268f04d9
commit e546c69041

View File

@ -852,9 +852,9 @@ bool ConvertModuleName(const char *pathString, String &path)
path.append("_amxx");
#if defined __linux__
#if defined AMD64 || PAWN_CELL_SIZE==64
path.append("amd64");
path.append("_amd64");
#else
path.append("i");
path.append("_i");
path.append(iDigit);
path.append("86");
#endif