mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +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)
|
ifeq ($(DYNAMIC), 1)
|
||||||
DEFINES += -DHAVE_DYNAMIC
|
DEFINES += -DHAVE_DYNAMIC
|
||||||
|
else
|
||||||
|
LIBS += $(libsnes)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(V),1)
|
ifneq ($(V),1)
|
||||||
Q := @
|
Q := @
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LIBS += $(libsnes)
|
|
||||||
|
|
||||||
CFLAGS = -Wall -O3 -std=gnu99 -I.
|
CFLAGS = -Wall -O3 -std=gnu99 -I.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user