mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Fixes FreeBSD compilation when using Clang
closes https://github.com/official-stockfish/Stockfish/pull/3342 No functional change
This commit is contained in:
parent
29ed22de8c
commit
1f87a9eb6c
1 changed files with 2 additions and 0 deletions
|
@ -366,9 +366,11 @@ ifeq ($(COMP),clang)
|
|||
|
||||
ifneq ($(KERNEL),Darwin)
|
||||
ifneq ($(KERNEL),OpenBSD)
|
||||
ifneq ($(KERNEL),FreeBSD)
|
||||
LDFLAGS += -latomic
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(arch),$(filter $(arch),armv7 armv8))
|
||||
ifeq ($(OS),Android)
|
||||
|
|
Loading…
Add table
Reference in a new issue