Added header directory missing for <asm_defs.h>. Should fix the build on
BeOS compatible platforms. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27748 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4,6 +4,10 @@ SetSubDirSupportedPlatforms libbe_test r5 dano bone ;
|
|||||||
|
|
||||||
UseHeaders [ FDirName $(HAIKU_TOP) headers build private ] : true ;
|
UseHeaders [ FDirName $(HAIKU_TOP) headers build private ] : true ;
|
||||||
UseHeaders [ FDirName $(HAIKU_TOP) headers build private kernel ] : true ;
|
UseHeaders [ FDirName $(HAIKU_TOP) headers build private kernel ] : true ;
|
||||||
|
UseHeaders [ FDirName $(HAIKU_TOP) headers build private system arch
|
||||||
|
$(HOST_ARCH) ] : true ;
|
||||||
|
# for <asm_defs.h>
|
||||||
|
|
||||||
|
|
||||||
local libbeTestSources ;
|
local libbeTestSources ;
|
||||||
if $(TARGET_PLATFORM) = libbe_test {
|
if $(TARGET_PLATFORM) = libbe_test {
|
||||||
@@ -50,7 +54,7 @@ BuildPlatformStaticLibrary libhaikucompat_build.a :
|
|||||||
strnlen.c
|
strnlen.c
|
||||||
|
|
||||||
$(libbePatchSources)
|
$(libbePatchSources)
|
||||||
;
|
;
|
||||||
|
|
||||||
StaticLibrary libhaikucompat.a :
|
StaticLibrary libhaikucompat.a :
|
||||||
strcasestr.o
|
strcasestr.o
|
||||||
|
|||||||
Reference in New Issue
Block a user