1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 00:38:44 +00:00

Add this around ifdefs

This commit is contained in:
twinaphex 2020-04-18 17:59:27 +02:00
parent d5d4c1a319
commit 9a50205867

View File

@ -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