mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 09:13:08 +00:00
OpenBSD friendly start.
This commit is contained in:
parent
d64ffd9621
commit
7dd1f4a7c0
1 changed files with 2 additions and 0 deletions
|
@ -205,7 +205,9 @@ ifeq ($(COMP),clang)
|
||||||
CXX=clang++
|
CXX=clang++
|
||||||
CXXFLAGS += -pedantic -Wextra -Wshadow
|
CXXFLAGS += -pedantic -Wextra -Wshadow
|
||||||
ifneq ($(KERNEL),Darwin)
|
ifneq ($(KERNEL),Darwin)
|
||||||
|
ifneq ($(KERNEL),OpenBSD)
|
||||||
LDFLAGS += -latomic
|
LDFLAGS += -latomic
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),armv7)
|
ifeq ($(ARCH),armv7)
|
||||||
|
|
Loading…
Add table
Reference in a new issue