From 9b8320565fe3a0197d1217792f1705f67e773082 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 27 Aug 2016 15:05:37 +0200 Subject: Reimplement UNIX rpath using process_library(), -rpath-link is still broken --- build2/cc/common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/cc/common') 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; -- cgit v1.1