From aa3ab25ac8d3afa5b194ed5022ddefa5613615fe Mon Sep 17 00:00:00 2001 From: bellard Date: Thu, 13 Jul 2006 23:00:26 +0000 Subject: [PATCH] use posix timers --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.target b/Makefile.target index d60e6b832e..eadd85c407 100644 --- a/Makefile.target +++ b/Makefile.target @@ -401,7 +401,7 @@ endif ifndef CONFIG_DARWIN ifndef CONFIG_WIN32 ifndef CONFIG_SOLARIS -VL_LIBS=-lutil +VL_LIBS=-lutil -lrt endif endif endif -- 2.39.5