Under Mac OS X, override libsupc++ with libstdc++.

git-svn-id: https://svn.eduke32.com/eduke32@2400 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2012-03-04 09:32:33 +00:00
parent 2eb11cc2e6
commit 0d4e066e12

View file

@ -96,6 +96,7 @@ ifeq ($(PLATFORM),LINUX)
endif
ifeq ($(PLATFORM),DARWIN)
RENDERTYPE = SDL
STDCPPLIB = -lstdc++
BUILDCFLAGS += -DHAVE_INTTYPES #-fno-leading-underscore
GTKCOMPAT32 = 0
SDL_FRAMEWORK = 1