mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Small change to ports.mk to make cross compiling a bit easier
svn-id: r29888
This commit is contained in:
parent
4d895c4a14
commit
73398deb6c
3
ports.mk
3
ports.mk
@ -70,7 +70,7 @@ ifeq ($(BACKEND), iphone)
|
||||
OSXOPT=/usr/local/arm-apple-darwin
|
||||
else
|
||||
# Static libaries, used for the scummvm-static and iphone targets
|
||||
OSX_STATIC_LIBS := `sdl-config --static-libs`
|
||||
OSX_STATIC_LIBS := `$(OSXOPT)/bin/sdl-config --static-libs`
|
||||
endif
|
||||
|
||||
ifdef USE_VORBIS
|
||||
@ -105,6 +105,7 @@ scummvm-static: $(OBJS)
|
||||
$(OSX_STATIC_LIBS) \
|
||||
-lSystemStubs \
|
||||
-lz
|
||||
# $(OSXOPT)/lib/libz.a
|
||||
|
||||
# Special target to create a static linked binary for the iPhone
|
||||
iphone: $(OBJS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user