1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 07:13:36 +02:00

Adjust link path for libc++ to find libc++abi to match change of Makefile

and build location.
This commit is contained in:
patrick
2021-01-02 20:43:26 +00:00
parent 177810bbdf
commit 9ddbe89170
+2 -2
View File
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1 2021/01/02 20:04:36 patrick Exp $
# $OpenBSD: Makefile,v 1.2 2021/01/02 20:43:26 patrick Exp $
.include <bsd.own.mk>
@@ -62,7 +62,7 @@ CXXFLAGS+= -nostdlib -nostdinc++
CXXFLAGS+= -std=c++14
.endif
LDADD+= -L${BSDOBJDIR}/lib/libcxxabi -lc++abi
LDADD+= -L${BSDOBJDIR}/gnu/lib/libcxxabi -lc++abi
STD_HEADERS= __bit_reference \