1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Now that NVDA should dynamically lookup the DLL, linking against

nvdaControllerClient64.dll should no longer be necessary
This commit is contained in:
twinaphex 2020-06-08 08:03:05 +02:00
parent 9071acf2ce
commit e7082d3e5b

View File

@ -19,10 +19,6 @@ ifeq ($(HAVE_CXX11), 1)
CXXFLAGS += $(CXX11_CFLAGS)
endif
ifeq ($(HAVE_NVDA), 1)
LIBS += nvdaControllerClient64.dll
endif
ifeq ($(HAVE_SAPI), 1)
LIBS += sapi.dll
endif