From 2c97ebf197f362fdf8264ae809f68adb1948e572 Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Sun, 17 Feb 2013 09:34:52 -0800 Subject: [PATCH] Fix CSS (Linux) build support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db4c2a3..039389e 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ endif # if ENGINE is original or OB ifneq (,$(filter original orangebox,$(ENGINE))) LIB_SUFFIX = _i486.$(LIB_EXT) -else ifeq "$(ENGINE)" "orangeboxvalve" +else ifneq (,$(filter orangeboxvalve css,$(ENGINE))) LIB_PREFIX = lib ifneq "$(OS)" "Darwin" LIB_SUFFIX = _srv.$(LIB_EXT)