The "os" directory was missing from the UsePublicHeaders rule.
BTW the last change of this file requires updating your OBOS_TOP variable to the current tree. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@40 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f2e60e56e0
commit
e9625b4b51
2
Jamrules
2
Jamrules
@ -382,7 +382,7 @@ rule UsePublicHeaders
|
|||||||
local headers ;
|
local headers ;
|
||||||
|
|
||||||
for i in $(list) {
|
for i in $(list) {
|
||||||
headers += [ FDirName $(OBOS_TOP) headers $(i) ] ;
|
headers += [ FDirName $(OBOS_TOP) headers os $(i) ] ;
|
||||||
}
|
}
|
||||||
|
|
||||||
UseHeaders $(headers) : $(targets) ;
|
UseHeaders $(headers) : $(targets) ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user