]> git.tdb.fi Git - builder.git/blobdiff - source/msvcarchiver.h
Refactor the use of external tasks in tools
[builder.git] / source / msvcarchiver.h
index 8b31bd99523fba40bea18e538ce7946d2b697b65..7af9571834605a5772f0d50218aeedc307cd3ee6 100644 (file)
@@ -17,7 +17,7 @@ public:
        Target *create_target(const std::vector<Target *> &, const std::string &) override;
 
 private:
-       static Task *_run(const StaticLibrary &);
+       static ExternalTask::Arguments _run(const StaticLibrary &, Msp::FS::Path &);
 };
 
 #endif