From 7bab78133d8769b0f98130bdcf7b731bc5a05c41 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sat, 6 Nov 2010 16:23:44 +0000 Subject: [PATCH] Build fix, ShowImage now uses STL classes, but wasn't specifying libstdc++ in the Jamfile. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39326 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/showimage/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/showimage/Jamfile b/src/apps/showimage/Jamfile index cfc695f2ff..1f64425b7b 100644 --- a/src/apps/showimage/Jamfile +++ b/src/apps/showimage/Jamfile @@ -18,7 +18,8 @@ Application ShowImage : ShowImageView.cpp ShowImageWindow.cpp : libshared.a - be tracker translation $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++) + be tracker translation $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSTDC++) + $(TARGET_LIBSUPC++) : ShowImage.rdef ;