amd64
This commit is contained in:
parent
04be9fb703
commit
897d93a892
@ -184,7 +184,12 @@ if ($OPTIONS{"jit"})
|
|||||||
push(@LINK, "JIT/jits.o");
|
push(@LINK, "JIT/jits.o");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ($OPTIONS{"amd64"})
|
||||||
|
{
|
||||||
|
push(@LINK, "zlib/libz64.a");
|
||||||
|
} else {
|
||||||
push(@LINK, "zlib/libz.a");
|
push(@LINK, "zlib/libz.a");
|
||||||
|
}
|
||||||
if ($OPTIONS{"asm"})
|
if ($OPTIONS{"asm"})
|
||||||
{
|
{
|
||||||
push(@LINK, "amxexecn.o");
|
push(@LINK, "amxexecn.o");
|
||||||
|
Loading…
Reference in New Issue
Block a user