diff options
| author | Colin Snover | 2017-10-21 11:20:46 -0500 |
|---|---|---|
| committer | Thierry Crozat | 2019-08-04 22:12:29 +0100 |
| commit | 943b64ad164882da2cf8f67adfa22cfa402f75fd (patch) | |
| tree | 1ef7722ab5f5de505f83dec2a22c051d1929c892 | |
| parent | cd57bd6e0975f7235b62bf3bbb79b9168b89982d (diff) | |
| download | scummvm-rg350-943b64ad164882da2cf8f67adfa22cfa402f75fd.tar.gz scummvm-rg350-943b64ad164882da2cf8f67adfa22cfa402f75fd.tar.bz2 scummvm-rg350-943b64ad164882da2cf8f67adfa22cfa402f75fd.zip | |
BUILD: Fix wrong library path from sdl2-config when bundling for macOS
| -rw-r--r-- | ports.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
