mirror of
https://github.com/libretro/RetroArch
synced 2025-01-18 13:23:40 +00:00
win32: no -lSDL if HAVE_SDL!=1
This commit is contained in:
parent
7f0f6bc0a7
commit
8bd1ef77ff
@ -228,9 +228,9 @@ $(TARGET): $(OBJ)
|
||||
|
||||
$(JTARGET): $(JOBJ)
|
||||
ifeq ($(CXX_BUILD), 1)
|
||||
$(Q)$(CXX) -o $@ $(JOBJ) -lSDL -ldxguid -ldinput8 -lole32 $(LDFLAGS)
|
||||
$(Q)$(CXX) -o $@ $(JOBJ) -ldxguid -ldinput8 -lole32 $(LDFLAGS)
|
||||
else
|
||||
$(Q)$(CC) -o $@ $(JOBJ) -lSDL -ldxguid -ldinput8 -lole32 $(LDFLAGS)
|
||||
$(Q)$(CC) -o $@ $(JOBJ) -ldxguid -ldinput8 -lole32 $(LDFLAGS)
|
||||
endif
|
||||
@$(if $(Q), $(shell echo echo LD $@),)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user