mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-04 14:22:43 -06:00
Core: stack trace in BSD (thanks Sender Ghost)
git-svn-id: svn://ultimatepp.org/upp/trunk@6096 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c1e6959f45
commit
0d97752dfd
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ library(WIN32 !GUI !GNU !GCC) "ole32 oleaut32 oldnames";
|
|||
|
||||
library(LINUX) "pthread dl rt";
|
||||
|
||||
library(BSD) "pthread rt";
|
||||
library(BSD) "pthread rt execinfo";
|
||||
|
||||
library(WIN32 !MSC8ARM) "advapi32 shell32 winmm mpr";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue