Skip to content

Commit

Permalink
BUILD: Fix wrong library path from sdl2-config when bundling for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover authored and ccawley2011 committed Aug 19, 2018
1 parent a283b0f commit d75ceae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports.mk
Expand Up @@ -281,7 +281,7 @@ endif
ifneq ($(BACKEND), iphone)
ifneq ($(BACKEND), ios7)
# Static libaries, used for the scummvm-static and iphone targets
OSX_STATIC_LIBS := `$(SDLCONFIG) --static-libs`
OSX_STATIC_LIBS := `$(SDLCONFIG) --prefix=$(STATICLIBPATH) --static-libs`
ifdef USE_SDL_NET
ifdef USE_SDL2
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libSDL2_net.a
Expand Down

0 comments on commit d75ceae

Please sign in to comment.