]> git.tdb.fi Git - builder.git/blobdiff - source/binarypackage.cpp
Force shared linking on Android
[builder.git] / source / binarypackage.cpp
index 4c5382191661b7c627c0ef0e94db63fa34ab8ec9..94667c989dede480f3b36afbddb04108f84881cb 100644 (file)
@@ -60,7 +60,7 @@ void BinaryPackage::do_prepare()
                        *j = prefix/ *j;
 
                for(HeaderList::const_iterator j=headers.begin(); j!=headers.end(); ++j)
-                       all_found &= (builder.get_vfs().find_header(*j, incpath, system)!=0);
+                       all_found &= (builder.get_vfs().find_header(*j, 0, incpath, system)!=0);
 
                if(all_found)
                {