don't use fmod on darwin

This commit is contained in:
2003-02-09 20:15:39 +00:00
parent e3f1ae0d9e
commit 5b8aee77a2
3 changed files with 7 additions and 5 deletions

View File

@@ -42,9 +42,9 @@ ifeq ($(OS),windows)
DIRS += fmod
DIRS += openal
endif
ifeq ($(OS),darwin)
DIRS += fmod
endif
#ifeq ($(OS),darwin)
# DIRS += fmod
#endif
ifeq ($(OS),freebsd)
DIRS += openal
endif

View File

@@ -42,8 +42,10 @@
# endif
#elif defined (__FreeBSD__)
# define USE_OPENAL
/*
#elif defined (__APPLE__)
# define USE_FMOD
*/
#else
# ifdef USE_OPENAL
# undef USE_OPENAL