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"