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:
+1
-1
@@ -17,7 +17,7 @@ if $(RUN_WITHOUT_APP_SERVER) != 0 {
|
|||||||
SubDirC++Flags $(defines) ;
|
SubDirC++Flags $(defines) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
UsePrivateHeaders [ FDirName kernel ] # For KMessage.h
|
UsePrivateHeaders [ FDirName kernel ] ; # For KMessage.h
|
||||||
#UsePrivateHeaders syslog_daemon ; # For syslog.cpp
|
#UsePrivateHeaders syslog_daemon ; # For syslog.cpp
|
||||||
|
|
||||||
# Build our libbe.so
|
# Build our libbe.so
|
||||||
|
|||||||
Reference in New Issue
Block a user