mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +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");
|
path.append("_amxx");
|
||||||
#if defined __linux__
|
#if defined __linux__
|
||||||
#if defined AMD64 || PAWN_CELL_SIZE==64
|
#if defined AMD64 || PAWN_CELL_SIZE==64
|
||||||
path.append("amd64");
|
path.append("_amd64");
|
||||||
#else
|
#else
|
||||||
path.append("i");
|
path.append("_i");
|
||||||
path.append(iDigit);
|
path.append(iDigit);
|
||||||
path.append("86");
|
path.append("86");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user