1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00

OpenBSD friendly start.

This commit is contained in:
basepr1me 2017-11-16 09:54:21 -07:00 committed by Marco Costalba
parent d64ffd9621
commit 7dd1f4a7c0

View file

@ -205,7 +205,9 @@ ifeq ($(COMP),clang)
CXX=clang++
CXXFLAGS += -pedantic -Wextra -Wshadow
ifneq ($(KERNEL),Darwin)
ifneq ($(KERNEL),OpenBSD)
LDFLAGS += -latomic
endif
endif
ifeq ($(ARCH),armv7)