mirror of
https://github.com/voided/CollisionHook.git
synced 2025-12-06 18:28:22 +00:00
Fix CSS (Linux) build support
This commit is contained in:
parent
c594a0bddc
commit
2c97ebf197
2
Makefile
2
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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user