From 80910d9449a3f9e63979793c5952f8a31ef50dc7 Mon Sep 17 00:00:00 2001 From: Fyren Date: Wed, 28 Apr 2010 23:19:40 -0700 Subject: [PATCH] Updated Makefile for latest OB Valve (bug 4372, r=dvander, a=blocking). --- core/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 7b667d9..6306cda 100644 --- a/core/Makefile +++ b/core/Makefile @@ -53,7 +53,8 @@ ifeq "$(ENGINE)" "orangeboxvalve" INCLUDE += -I$(HL2SDK)/public/game/server SRCDS = $(SRCDS_BASE)/orangebox BINARY = metamod.2.ep2v.so - LIB_SUFFIX = _i486.so + LIB_PREFIX = lib + LIB_SUFFIX = .so override ENGSET = true endif ifeq "$(ENGINE)" "left4dead"