aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/common
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-27 15:05:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-27 15:05:37 +0200
commit9b8320565fe3a0197d1217792f1705f67e773082 (patch)
tree3ff86c41cae2d460253c3ca2b178d6096ca20d63 /build2/cc/common
parent89fede9383cb97af36430531fb59aaf12dc98543 (diff)
Reimplement UNIX rpath using process_library(), -rpath-link is still broken
Diffstat (limited to 'build2/cc/common')
-rw-r--r--build2/cc/common3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/cc/common b/build2/cc/common
index 41bcef5..5e38840 100644
--- a/build2/cc/common
+++ b/build2/cc/common
@@ -59,7 +59,8 @@ namespace build2
const variable& c_export_loptions;
const variable& c_export_libs;
- const variable& c_type; // cc.type
+ const variable& c_type; // cc.type
+ const variable& c_system; // cc.system
const variable& x_std;