summaryrefslogtreecommitdiffhomepage
path: root/common.mk
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-03 20:05:44 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-03 20:05:44 +0100
commit14624e39aff9239d5f016af1c0553483c856555b (patch)
treeed15856c28f70caf21be37aa358f4d59ebcf0457 /common.mk
parent3642434a0b1b3dd223e7c2666eb00231858ee1b7 (diff)
HTTP Get test (WIP)
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 9f1d074..5770d7d 100644
--- a/common.mk
+++ b/common.mk
@@ -79,7 +79,7 @@ CXXTYPE=clang++
else ifeq ($(CXX),clang++-14)
LIBS+= \
-fuse-ld=lld-14 \
--lstdc++
+-lc++ -lc++abi
LLVMPROFDATA=llvm-profdata-14
LLVMCOV=llvm-cov-14
CXXTYPE=clang++