From 943b64ad164882da2cf8f67adfa22cfa402f75fd Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sat, 21 Oct 2017 11:20:46 -0500 Subject: BUILD: Fix wrong library path from sdl2-config when bundling for macOS --- ports.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports.mk b/ports.mk index 3a13dc1f44..ce131f0a99 100644 --- a/ports.mk +++ b/ports.mk @@ -295,7 +295,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 -- cgit v1.2.3