From a84ff43b183181e0a12c6d5e31c1f366d39ce2fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 31 Jul 2017 18:42:47 +0200 Subject: Experimental (and probably broken) pkg-config generation support --- build2/variable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/variable.cxx') diff --git a/build2/variable.cxx b/build2/variable.cxx index 8e32b30..fbdedb3 100644 --- a/build2/variable.cxx +++ b/build2/variable.cxx @@ -1359,7 +1359,7 @@ namespace build2 vm.typify (const_cast (*v), var); } - return lookup (v, &vm); + return lookup (*v, vm); } } } -- cgit v1.1