mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 21:41:03 +00:00
Do not link in snes.dll when doing dynamic build for win32.
This commit is contained in:
parent
ed172fd1e4
commit
20d9345a4e
@ -37,13 +37,14 @@ endif
|
||||
|
||||
ifeq ($(DYNAMIC), 1)
|
||||
DEFINES += -DHAVE_DYNAMIC
|
||||
else
|
||||
LIBS += $(libsnes)
|
||||
endif
|
||||
|
||||
ifneq ($(V),1)
|
||||
Q := @
|
||||
endif
|
||||
|
||||
LIBS += $(libsnes)
|
||||
|
||||
CFLAGS = -Wall -O3 -std=gnu99 -I.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user