Don't use -rdynamic on platforms that don't necessarily support it.

git-svn-id: https://svn.eduke32.com/eduke32@1771 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
plagman 2011-01-16 07:20:11 +00:00
parent 7812be9b67
commit 517bb2aa50

View file

@ -24,6 +24,8 @@
#ifdef HAVE_VORBIS
#define OV_EXCLUDE_STATIC_CALLBACKS
#ifdef __APPLE__
# include <vorbis/vorbisfile.h>
#else