OSX: Fix make bundle target when using SDL2
This commit is contained in:
parent
1d2f90f040
commit
a5695f6bfd
2 changed files with 2 additions and 1 deletions
1
configure
vendored
1
configure
vendored
|
@ -4612,6 +4612,7 @@ STAGINGPATH=$_stagingpath
|
||||||
WIN32PATH=$_win32path
|
WIN32PATH=$_win32path
|
||||||
AMIGAOSPATH=$_amigaospath
|
AMIGAOSPATH=$_amigaospath
|
||||||
STATICLIBPATH=$_staticlibpath
|
STATICLIBPATH=$_staticlibpath
|
||||||
|
SDLCONFIG=$_sdlconfig
|
||||||
|
|
||||||
ABI := $ABI
|
ABI := $ABI
|
||||||
|
|
||||||
|
|
2
ports.mk
2
ports.mk
|
@ -95,7 +95,7 @@ endif
|
||||||
# Location of static libs for the iPhone
|
# Location of static libs for the iPhone
|
||||||
ifneq ($(BACKEND), iphone)
|
ifneq ($(BACKEND), iphone)
|
||||||
# Static libaries, used for the scummvm-static and iphone targets
|
# Static libaries, used for the scummvm-static and iphone targets
|
||||||
OSX_STATIC_LIBS := `$(STATICLIBPATH)/bin/sdl-config --static-libs`
|
OSX_STATIC_LIBS := `$(SDLCONFIG) --static-libs`
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef USE_FREETYPE2
|
ifdef USE_FREETYPE2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue