fix beos build

This commit is contained in:
Arvid Norberg
2011-07-20 05:14:25 +00:00
parent bd4948064f
commit 1b353ce5af
9 changed files with 50 additions and 10 deletions

View File

@@ -100,7 +100,7 @@ rule linking ( properties * )
if <target-os>beos in $(properties)
{
result += <library>netkit ;
result += <library>netkit <library>gcc ;
}
if <target-os>solaris in $(properties)
@@ -342,6 +342,7 @@ lib gdi32 : : <name>gdi32 ;
# required for networking on beos
lib netkit : : <name>net <search>/boot/system/lib <link>shared ;
lib gcc : : <name>gcc <link>static ;
# when using iconv
lib libiconv : : <name>iconv <link>shared ;