From 6568077f504c5e49ca16d7e1258cf436bdada0cf Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sat, 30 Jan 2010 01:37:04 +0000 Subject: [PATCH] Fix hid_decode build on GCC4. Spotted by Johannes Wischert, thanks! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35338 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/hid_decode/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/hid_decode/Jamfile b/src/bin/hid_decode/Jamfile index dfe2abe1ca..a3ed5fe2fd 100644 --- a/src/bin/hid_decode/Jamfile +++ b/src/bin/hid_decode/Jamfile @@ -16,7 +16,7 @@ BinCommand hid_decode : HIDReportItem.cpp hid_decode.cpp - : be + : be $(TARGET_LIBSUPC++) ; SEARCH on [ FGristFiles HIDCollection.cpp HIDParser.cpp HIDReport.cpp