summaryrefslogtreecommitdiffhomepage
path: root/LanguageSettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'LanguageSettings.h')
-rw-r--r--LanguageSettings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/LanguageSettings.h b/LanguageSettings.h
index 0b4701c..0378d81 100644
--- a/LanguageSettings.h
+++ b/LanguageSettings.h
@@ -11,6 +11,7 @@ public:
std::string getCompileCommand(const std::filesystem::path& target,
const std::filesystem::path &source,
+ const std::filesystem::path& build,
const std::vector<std::filesystem::path>& includepaths) const;
std::string getLinkCommand(const std::filesystem::path& target,
const std::vector<std::filesystem::path> &inputs,
@@ -24,5 +25,7 @@ private:
std::string LDFLAGS;
std::string LDLIBS;
std::string LIBS;
+
+ std::string AR;
};