This commit is contained in:
David Anderson 2004-09-11 17:17:08 +00:00
parent 04be9fb703
commit 897d93a892

View File

@ -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");