mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
amd64
This commit is contained in:
parent
04be9fb703
commit
897d93a892
@ -184,7 +184,12 @@ if ($OPTIONS{"jit"})
|
||||
push(@LINK, "JIT/jits.o");
|
||||
}
|
||||
}
|
||||
push(@LINK, "zlib/libz.a");
|
||||
if ($OPTIONS{"amd64"})
|
||||
{
|
||||
push(@LINK, "zlib/libz64.a");
|
||||
} else {
|
||||
push(@LINK, "zlib/libz.a");
|
||||
}
|
||||
if ($OPTIONS{"asm"})
|
||||
{
|
||||
push(@LINK, "amxexecn.o");
|
||||
|
Loading…
Reference in New Issue
Block a user