Fixed compilation with the new GCC.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9214 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -60,8 +60,9 @@ Server input_server :
|
||||
;
|
||||
|
||||
if $(COMPILE_FOR_R5) {
|
||||
LinkSharedOSLibs input_server : stdc++.r4 ;
|
||||
} else {
|
||||
LinkSharedOSLibs input_server : <boot!home!config!lib>libopenbeos.so ;
|
||||
LinkSharedOSLibs input_server : <boot!home!config!lib>libopenbeos.so stdc++.r4 ;
|
||||
}
|
||||
|
||||
SEARCH on [ FGristFiles AddOnMonitor.cpp
|
||||
|
||||
Reference in New Issue
Block a user