MACOSX: change default prefix for libs
This commit is contained in:
parent
a4f4b060ff
commit
e346fb8780
2 changed files with 2 additions and 5 deletions
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||
|
|
3
ports.mk
3
ports.mk
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue