From bf859d26474ed85cfbcc89f8bb54b08db1fa02ac Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 1 Jun 2012 17:08:25 +0000 Subject: [PATCH] Core: -lrt added for POSIX git-svn-id: svn://ultimatepp.org/upp/trunk@5030 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Core.upp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uppsrc/Core/Core.upp b/uppsrc/Core/Core.upp index 6c6a17c1f..eb9889c23 100644 --- a/uppsrc/Core/Core.upp +++ b/uppsrc/Core/Core.upp @@ -9,9 +9,9 @@ library(MSC !MSC8ARM) "kernel32 user32"; library(WIN32 !GUI !GNU !GCC) "ole32 oleaut32 oldnames"; -library(LINUX) "pthread dl"; +library(LINUX) "pthread dl rt"; -library(BSD) pthread; +library(BSD) "pthread rt"; library(WIN32 !MSC8ARM) "advapi32 shell32 winmm mpr";