mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 19:46:55 +08:00
OpenBSD friendly start.
This commit is contained in:
committed by
Marco Costalba
parent
d64ffd9621
commit
7dd1f4a7c0
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user