mirror of
https://github.com/holub/mame
synced 2025-05-11 08:38:47 +03:00
Fixed building of tools on OSX; patch might not be complete (nw)
This commit is contained in:
parent
da73187179
commit
d18d667665
@ -498,8 +498,10 @@ ifndef MACOSX_USE_LIBSDL
|
||||
# Compile using framework (compile using libSDL is the exception)
|
||||
ifeq ($(SDL_LIBVER),sdl2)
|
||||
LIBS += -F$(SDL_FRAMEWORK_PATH) -framework SDL2 -framework Cocoa -framework OpenGL -lpthread
|
||||
BASELIBS += -F$(SDL_FRAMEWORK_PATH) -framework SDL2 -framework Cocoa -framework OpenGL -lpthread
|
||||
else
|
||||
LIBS += -F$(SDL_FRAMEWORK_PATH) -framework SDL -framework Cocoa -framework OpenGL -lpthread
|
||||
BASELIBS += -F$(SDL_FRAMEWORK_PATH) -framework SDL -framework Cocoa -framework OpenGL -lpthread
|
||||
endif
|
||||
INCPATH += -F$(SDL_FRAMEWORK_PATH)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user