From 9a50205867092520796348128e86991d99e00c8d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 18 Apr 2020 17:59:27 +0200 Subject: [PATCH] Add this around ifdefs --- Makefile.common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.common b/Makefile.common index 8bdae86a15..bd82ed4b89 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1776,11 +1776,14 @@ endif ifeq ($(HAVE_ACCESSIBILITY), 1) DEFINES += -DHAVE_ACCESSIBILITY +ifeq ($(HAVE_SAPI), 1) ifneq ($(findstring Win32,$(OS)),) LIBS += -lsapi endif endif +endif + # Things that depend on network availability