mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 22:03:40 -06:00
Core: -lrt added for POSIX
git-svn-id: svn://ultimatepp.org/upp/trunk@5030 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
252dca7c2f
commit
bf859d2647
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue