diff options
author | Max Horn | 2005-12-30 15:20:27 +0000 |
---|---|---|
committer | Max Horn | 2005-12-30 15:20:27 +0000 |
commit | b8a0f9659fa72d04dad01147046432d12e140859 (patch) | |
tree | 483fe5c7f217757c035fb68559f069961269d92e | |
parent | 549c6ea871622c2fa55765891bf60cba589021bb (diff) | |
download | scummvm-rg350-b8a0f9659fa72d04dad01147046432d12e140859.tar.gz scummvm-rg350-b8a0f9659fa72d04dad01147046432d12e140859.tar.bz2 scummvm-rg350-b8a0f9659fa72d04dad01147046432d12e140859.zip |
OSX: Make it possible to compile ScummVM using GCC 3.3 against an SDL that was compiled using GCC 4
svn-id: r19861
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -118,6 +118,7 @@ scummvm-static: $(OBJS) $(OSXOPT)/lib/libogg.a \ $(OSXOPT)/lib/libmpeg2.a \ $(OSXOPT)/lib/libFLAC.a \ + -lSystemStubs \ -lz # Target for building the PDF version of the README |