From 0d97752dfd366faa2b3251fa507d3aac561a0945 Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 25 May 2013 11:50:29 +0000 Subject: [PATCH] Core: stack trace in BSD (thanks Sender Ghost) git-svn-id: svn://ultimatepp.org/upp/trunk@6096 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Core.upp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Core/Core.upp b/uppsrc/Core/Core.upp index 6d50a4029..c4fa39938 100644 --- a/uppsrc/Core/Core.upp +++ b/uppsrc/Core/Core.upp @@ -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";