MACOSX: change default prefix for libs

This commit is contained in:
Paweł Kołodziejski 2012-03-21 05:20:53 +01:00
parent a4f4b060ff
commit e346fb8780
2 changed files with 2 additions and 5 deletions

4
configure vendored
View File

@ -148,7 +148,7 @@ _windres=windres
_stagingpath="staging"
_win32path="C:/residualvm"
_aos4path="Games:ResidualVM"
_staticlibpath=/sw
_staticlibpath=/opt/local
_sdlconfig=sdl-config
_freetypeconfig=freetype-config
_sdlpath="$PATH"
@ -4006,8 +4006,6 @@ STAGINGPATH=$_stagingpath
WIN32PATH=$_win32path
AOS4PATH=$_aos4path
STATICLIBPATH=$_staticlibpath
#ResidualVM specific:
SDLCONFIG=$_sdlconfig
BACKEND := $_backend
MODULES += $MODULES

View File

@ -81,8 +81,7 @@ endif
# Location of static libs for the iPhone
ifneq ($(BACKEND), iphone)
# Static libaries, used for the residualvm-static and iphone targets
#ResidualVM path for SDL
OSX_STATIC_LIBS := `$(SDLCONFIG) --static-libs`
OSX_STATIC_LIBS := `$(STATICLIBPATH)/bin/sdl-config --static-libs`
endif
ifdef USE_VORBIS