summaryrefslogtreecommitdiff
path: root/cppbuild.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cppbuild.cc')
-rw-r--r--cppbuild.cc8
1 files changed, 7 insertions, 1 deletions
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",
+ }
};
}