From 30160db4893918214d5495269d7ce9e72c2e19ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 16 Aug 2010 10:10:58 +0000 Subject: [PATCH] Fixed the build. Perhaps it's not needed for the GCC2 build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38136 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/terminal/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/terminal/Jamfile b/src/apps/terminal/Jamfile index 4602587f6f..0c55e79234 100644 --- a/src/apps/terminal/Jamfile +++ b/src/apps/terminal/Jamfile @@ -28,6 +28,7 @@ Application Terminal : VTKeyTbl.c VTPrsTbl.c : be $(HAIKU_LOCALE_LIBS) tracker textencoding $(TARGET_LIBSUPC++) + $(TARGET_LIBSTDC++) : Terminal.rdef ;