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:
@@ -13,7 +13,7 @@ BuildPlatformSharedLibrary libbe_build.so :
|
|||||||
<libbe_build>storage_kit.o
|
<libbe_build>storage_kit.o
|
||||||
<libbe_build>support_kit.o
|
<libbe_build>support_kit.o
|
||||||
|
|
||||||
$(HOST_LIBSTDC++)
|
$(HOST_LIBSUPC++) $(HOST_LIBSTDC++)
|
||||||
;
|
;
|
||||||
|
|
||||||
SubInclude HAIKU_TOP src build libbe app ;
|
SubInclude HAIKU_TOP src build libbe app ;
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ BuildPlatformSharedLibrary libroot_build.so :
|
|||||||
strnlen.c
|
strnlen.c
|
||||||
|
|
||||||
:
|
:
|
||||||
$(HOST_LIBSTDC++)
|
$(HOST_LIBSUPC++) $(HOST_LIBSTDC++)
|
||||||
;
|
;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles $(strlSources) strnlen.c ]
|
SEARCH on [ FGristFiles $(strlSources) strnlen.c ]
|
||||||
|
|||||||
Reference in New Issue
Block a user