Fix openal linker errors in mac server build

shapetextures
Armin Burgmeier 2015-12-24 15:05:34 -08:00
parent 50930fec67
commit 2164976bf6
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#ifndef CONFIG_H_INC
#define CONFIG_H_INC
/* Generate minidumps on crash */
#cmakedefine HAVE_DBGHELP 1
@ -146,4 +149,10 @@
#undef USE_X11
#undef WITH_AUTOMATIC_UPDATE
#undef WITH_DEVELOPER_MODE
#undef AUDIO_TK
#define AUDIO_TK AUDIO_TK_NONE
#endif
#endif