Use -levent not -lev
This commit is contained in:
parent
d45383fe4d
commit
b3c40f7443
@ -13,7 +13,7 @@ USE_SSL ?= NO
|
|||||||
USE_BIGENDIAN ?= AUTO
|
USE_BIGENDIAN ?= AUTO
|
||||||
BITS ?= AUTO
|
BITS ?= AUTO
|
||||||
SILENT ?= YES
|
SILENT ?= YES
|
||||||
LDLIBS += -lev
|
LDLIBS += -levent
|
||||||
TERSE ?= NO
|
TERSE ?= NO
|
||||||
STACK_PROTECT ?= NO
|
STACK_PROTECT ?= NO
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user