aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile.hxx')
-rw-r--r--build2/cc/compile.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx
index be4a2e2..ed9c18d 100644
--- a/build2/cc/compile.hxx
+++ b/build2/cc/compile.hxx
@@ -123,6 +123,9 @@ namespace build2
const char*
langopt (const match_data&) const;
+ void
+ append_symexport_options (cstrings&, const target&) const;
+
private:
const string rule_id;
};