Link libroot_build.so and libbe_build.so against the C++ runtime. Should

fix build problems on MacOS X.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22946 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-11-18 15:10:36 +00:00
parent d4fc2b7db7
commit d138d70be4
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ BuildPlatformSharedLibrary libbe_build.so :
<libbe_build>storage_kit.o
<libbe_build>support_kit.o
$(HOST_LIBSTDC++)
$(HOST_LIBSUPC++) $(HOST_LIBSTDC++)
;
SubInclude HAIKU_TOP src build libbe app ;

View File

@ -42,7 +42,7 @@ BuildPlatformSharedLibrary libroot_build.so :
strnlen.c
:
$(HOST_LIBSTDC++)
$(HOST_LIBSUPC++) $(HOST_LIBSTDC++)
;
SEARCH on [ FGristFiles $(strlSources) strnlen.c ]