Fix typo in Jamfile that resulted in libbe's resources not being written since r32521. As a consequence, AboutSystem and others no longer indicated the correct OS version, instead showing Unknown and possibly also missing the revision number. Fixes #4368.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32800 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9e76d23a73
commit
361d879e0d
@ -17,7 +17,7 @@ if $(RUN_WITHOUT_APP_SERVER) != 0 {
|
||||
SubDirC++Flags $(defines) ;
|
||||
}
|
||||
|
||||
UsePrivateHeaders [ FDirName kernel ] # For KMessage.h
|
||||
UsePrivateHeaders [ FDirName kernel ] ; # For KMessage.h
|
||||
#UsePrivateHeaders syslog_daemon ; # For syslog.cpp
|
||||
|
||||
# Build our libbe.so
|
||||
|
Loading…
Reference in New Issue
Block a user