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:
parent
d4fc2b7db7
commit
d138d70be4
@ -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 ;
|
||||
|
@ -42,7 +42,7 @@ BuildPlatformSharedLibrary libroot_build.so :
|
||||
strnlen.c
|
||||
|
||||
:
|
||||
$(HOST_LIBSTDC++)
|
||||
$(HOST_LIBSUPC++) $(HOST_LIBSTDC++)
|
||||
;
|
||||
|
||||
SEARCH on [ FGristFiles $(strlSources) strnlen.c ]
|
||||
|
Loading…
Reference in New Issue
Block a user