Made the compatibility level for target libbe_test depend on the compatibility

of the host platform. The libtracker Jamfile seems to be the only one that
needs another exception.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21827 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-08-05 01:13:27 +00:00
parent 1384a3a81f
commit 90aa265896
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ rule SetPlatformCompatibilityFlagVariables
# special case: Haiku libbe.so built for testing under BeOS
if $(platform) = libbe_test {
platform = haiku ;
platform = $(HOST_PLATFORM) ;
}
$(varPrefix)_PLATFORM_BEOS_COMPATIBLE = ;

View File

@ -18,7 +18,7 @@ SubDirC++Flags
;
local vector_icon_libs ;
if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) && $(TARGET_PLATFORM) != libbe_test {
vector_icon_libs = libicon.a libagg.a ;
}