Added: in static, we don't compile fmod since it only exists in dynlib
This commit is contained in:
parent
65a58d76d1
commit
837ab5c68f
1 changed files with 4 additions and 0 deletions
|
@ -41,7 +41,11 @@ using namespace NLMISC;
|
|||
# define NL_DSOUND_AVAILABLE 0
|
||||
# define NL_XAUDIO2_AVAILABLE 0
|
||||
#elif defined( NL_OS_UNIX )
|
||||
#ifdef NL_STATIC
|
||||
# define NL_FMOD_AVAILABLE 0
|
||||
#else
|
||||
# define NL_FMOD_AVAILABLE 1
|
||||
#endif
|
||||
# define NL_OPENAL_AVAILABLE 1
|
||||
# define NL_DSOUND_AVAILABLE 0
|
||||
# define NL_XAUDIO2_AVAILABLE 0
|
||||
|
|
Loading…
Reference in a new issue