Commit b1e0ccba authored by Andy Polyakov's avatar Andy Polyakov
Browse files

One of Win64 rules lacked bufferoverflowu.lib.

parent bd2abcae
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -260,7 +260,9 @@ sub do_lib_rule
		{
		local($ex)=($target =~ /O_CRYPTO/)?'':' $(L_CRYPTO)';
		if ($name eq "")
			{}
			{
			$ex.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/);
			}
		elsif ($FLAVOR =~ /CE/)
			{
			$ex.=' winsock.lib';