From 922412f5dc975b423757c1e248eac2813e48acb2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 10 Oct 2021 18:57:13 +0200 Subject: Move some common functions to util.cc --- ctor.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ctor.cc') diff --git a/ctor.cc b/ctor.cc index 2e5c763..81f771e 100644 --- a/ctor.cc +++ b/ctor.cc @@ -24,6 +24,7 @@ BuildConfigurations ctorConfigs() "src/task_ld.cc", "src/task_so.cc", "src/tasks.cc", + "src/util.cc", "src/unittest.cc", }, .cxxflags = { -- cgit v1.2.3