mirror of
https://github.com/wg/wrk
synced 2025-03-10 15:57:16 +08:00
fix library linking order
This commit is contained in:
parent
1091676772
commit
9f7214502a
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
CFLAGS += -std=c99 -Wall -O2 -D_REENTRANT
|
CFLAGS += -std=c99 -Wall -O2 -D_REENTRANT
|
||||||
LIBS := -lpthread -lm -lssl -lcrypto
|
LIBS := -lm -lssl -lcrypto -lpthread
|
||||||
|
|
||||||
TARGET := $(shell uname -s | tr '[A-Z]' '[a-z]' 2>/dev/null || echo unknown)
|
TARGET := $(shell uname -s | tr '[A-Z]' '[a-z]' 2>/dev/null || echo unknown)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user