From 4f923fbdace27f27421bf18dfc9655b73bd68929 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 13 Jun 2021 19:00:13 +0200 Subject: Move execution code into its own function and use from all tasks. --- cppbuild.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cppbuild.cc') diff --git a/cppbuild.cc b/cppbuild.cc index ae6fd8d..3604260 100644 --- a/cppbuild.cc +++ b/cppbuild.cc @@ -161,6 +161,12 @@ BuildConfiguration configs() }, // linker flags - "-lm -lX11 -lXext -pthread -lsndfile", + { + "-lm", + "-lX11", + "-lXext", + "-pthread", + "-lsndfile", + } }; } -- cgit v1.2.3