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:
cxl 2013-05-25 11:50:29 +00:00
parent c1e6959f45
commit 0d97752dfd

View file

@ -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";