mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
fixed linux bug
This commit is contained in:
parent
36268f04d9
commit
e546c69041
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user