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
|
||||
if $(platform) = libbe_test {
|
||||
platform = haiku ;
|
||||
platform = $(HOST_PLATFORM) ;
|
||||
}
|
||||
|
||||
$(varPrefix)_PLATFORM_BEOS_COMPATIBLE = ;
|
||||
|
||||
Reference in New Issue
Block a user