From e55ab94a6fa652c71cdb119dc1b269c836672930 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Dec 2022 18:05:23 +0200 Subject: Fix incorrect process_path::effect access --- libbuild2/cc/common.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbuild2/cc/common.txx b/libbuild2/cc/common.txx index f55072c..b21bbb1 100644 --- a/libbuild2/cc/common.txx +++ b/libbuild2/cc/common.txx @@ -21,7 +21,7 @@ namespace build2 { auto p (ctx.targets.insert_locked (T::static_type, move (dir), - path_cast (out.effect), + dir_path (out.effect_string ()), name, move (ext), target_decl::implied, -- cgit v1.1