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:
parent
c3c841e223
commit
b22c760c73
@ -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 kernel ] : true ;
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) headers build private system arch
|
||||
$(HOST_ARCH) ] : true ;
|
||||
# for <asm_defs.h>
|
||||
|
||||
|
||||
local libbeTestSources ;
|
||||
if $(TARGET_PLATFORM) = libbe_test {
|
||||
@ -50,7 +54,7 @@ BuildPlatformStaticLibrary libhaikucompat_build.a :
|
||||
strnlen.c
|
||||
|
||||
$(libbePatchSources)
|
||||
;
|
||||
;
|
||||
|
||||
StaticLibrary libhaikucompat.a :
|
||||
strcasestr.o
|
||||
|
Loading…
Reference in New Issue
Block a user