Browse Source

macos openal now uses openal-soft

Mark Sibly 8 years ago
parent
commit
fe26104a1f
2 changed files with 3 additions and 1 deletions
  1. BIN
      modules/openal/native/libopenal.dylib
  2. 3 1
      modules/openal/openal.monkey2

BIN
modules/openal/native/libopenal.dylib


+ 3 - 1
modules/openal/openal.monkey2

@@ -12,8 +12,10 @@
 	
 #else if __TARGET__="macos"
 	
-	#Import "<OpenAL.framework>"
+'	#Import "<OpenAL.framework>"	'built-in openal on macos is borked.
 		
+	#Import "native/libopenal.dylib"
+	
 	#Import "<OpenAL/al.h>"
 	#Import "<OpenAL/alc.h>"