]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfiggenerator.h
Force shared linking on Android
[builder.git] / source / pkgconfiggenerator.h
index 602a2aac0f3b11fd6eec1ffde7a43683ae79252d..a9adbc6fe2a86100a26d9c032375b47e48442a72 100644 (file)
@@ -19,12 +19,14 @@ private:
 
        private:
                virtual void main();
+
+               std::string prefixify(const Msp::FS::Path &, const Msp::FS::Path &);
        };
 
 public:
        PkgConfigGenerator(Builder &);
 
-       virtual Target *create_target(const std::list<Target *> &, const std::string &) const;
+       virtual Target *create_target(const std::list<Target *> &, const std::string &);
        virtual Task *run(const Target &) const;
 };