diff --git a/Makefile b/Makefile index a5235530d..63c7f788b 100644 --- a/Makefile +++ b/Makefile @@ -544,7 +544,7 @@ ifneq ($(USE_EVPORTS),) endif ifneq ($(USE_RT),) - OPTIONS_LDFLAGS += -lrt + RT_LDFLAGS = -lrt endif ifneq ($(USE_THREAD),)