mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +00:00
thank you case sensitive file systems very cool
This commit is contained in:
parent
eed923e442
commit
7fe8645fcd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -582,7 +582,7 @@ endif
|
||||||
ifeq ($(SDL_USED),2)
|
ifeq ($(SDL_USED),2)
|
||||||
BACKEND_CFLAGS += -DHAVE_SDL2=1 `$(SDLCONFIG) --cflags`
|
BACKEND_CFLAGS += -DHAVE_SDL2=1 `$(SDLCONFIG) --cflags`
|
||||||
ifeq ($(WINDOWS_BUILD),1)
|
ifeq ($(WINDOWS_BUILD),1)
|
||||||
BACKEND_LDFLAGS += `$(SDLCONFIG) --static-libs` -lsetupapi -luser32 -limm32 -lOle32 -loleaut32 -lshell32 -lwinmm -lversion
|
BACKEND_LDFLAGS += `$(SDLCONFIG) --static-libs` -lsetupapi -luser32 -limm32 -lole32 -loleaut32 -lshell32 -lwinmm -lversion
|
||||||
else
|
else
|
||||||
BACKEND_LDFLAGS += `$(SDLCONFIG) --libs`
|
BACKEND_LDFLAGS += `$(SDLCONFIG) --libs`
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue