diff options
Diffstat (limited to 'libbuild2/cc/module.hxx')
-rw-r--r-- | libbuild2/cc/module.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libbuild2/cc/module.hxx b/libbuild2/cc/module.hxx index d496779..4eca976 100644 --- a/libbuild2/cc/module.hxx +++ b/libbuild2/cc/module.hxx @@ -48,7 +48,10 @@ namespace build2 // root scope. // virtual strings - translate_std (const compiler_info&, scope&, const string*) const = 0; + translate_std (const compiler_info&, + const target_triplet&, + scope&, + const string*) const = 0; strings tstd; |