diff options
author | S. Davilla <davilla@4pi.com> | 2011-03-11 14:25:39 -0500 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-03-11 14:25:39 -0500 |
commit | c6e8a8d59ff15aa8d556f2878286c336e2ae44c4 (patch) | |
tree | 24772b516a566f3fb8e016d6acc8c4b1ec17098d /tools/osx | |
parent | f6de3f96018a2f9a4855cf1cbb400e3c974a462c (diff) |
[osx] fixed make build and changed xcode to match. Moral... don't mix SDL dynamic and static libs when linking.
Diffstat (limited to 'tools/osx')
-rw-r--r-- | tools/osx/osx-depends/libsdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx/osx-depends/libsdl/Makefile b/tools/osx/osx-depends/libsdl/Makefile index f1cfd55212..333ec90a48 100644 --- a/tools/osx/osx-depends/libsdl/Makefile +++ b/tools/osx/osx-depends/libsdl/Makefile @@ -25,7 +25,7 @@ export CFLAGS+=-undefined dynamic_lookup export CXXFLAGS+=-undefined dynamic_lookup export LDFLAGS+=-Wl,-read_only_relocs,suppress -Wl,-undefined,dynamic_lookup CONFIGURE=./configure --prefix=$(PREFIX) --host=$(HOST) \ - --enable-static --disable-shared --without-x --disable-video-x11 + --without-x --disable-video-x11 LIBDYLIB=$(SOURCE)/.libs/$(LIBNAME).dylib |