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:
@@ -142,7 +142,7 @@ rule SetPlatformCompatibilityFlagVariables
|
|||||||
|
|
||||||
# special case: Haiku libbe.so built for testing under BeOS
|
# special case: Haiku libbe.so built for testing under BeOS
|
||||||
if $(platform) = libbe_test {
|
if $(platform) = libbe_test {
|
||||||
platform = haiku ;
|
platform = $(HOST_PLATFORM) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
$(varPrefix)_PLATFORM_BEOS_COMPATIBLE = ;
|
$(varPrefix)_PLATFORM_BEOS_COMPATIBLE = ;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ SubDirC++Flags
|
|||||||
;
|
;
|
||||||
|
|
||||||
local vector_icon_libs ;
|
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 ;
|
vector_icon_libs = libicon.a libagg.a ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user