mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-05 05:10:55 +00:00
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:
parent
7812be9b67
commit
517bb2aa50
1 changed files with 12 additions and 10 deletions
|
@ -24,6 +24,8 @@
|
||||||
|
|
||||||
#ifdef HAVE_VORBIS
|
#ifdef HAVE_VORBIS
|
||||||
|
|
||||||
|
#define OV_EXCLUDE_STATIC_CALLBACKS
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
# include <vorbis/vorbisfile.h>
|
# include <vorbis/vorbisfile.h>
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue