mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +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
|
||||
|
||||
#define OV_EXCLUDE_STATIC_CALLBACKS
|
||||
|
||||
#ifdef __APPLE__
|
||||
# include <vorbis/vorbisfile.h>
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue