make OpenBSD to use libc++ instead of (e)stdc++
This commit is contained in:
parent
2f84fb5cc1
commit
3ef39d3cb6
4 changed files with 5 additions and 4 deletions
|
|
@ -92,7 +92,7 @@ ifeq ($(UNAME),SunOS)
|
|||
EXTRACFLAGS := -lm -lpthread -lposix4 -lsocket -lresolv
|
||||
else
|
||||
ifeq ($(UNAME),OpenBSD)
|
||||
EXTRACFLAGS := -lm -lpthread
|
||||
EXTRACFLAGS := -lm -lpthread -lc++abi
|
||||
RUSTC := $(RUSTC) -C linker="$(word 1,$(CC:ccache=))"
|
||||
else
|
||||
EXTRACFLAGS := -lm -lrt -ldl -lpthread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue