Add Mac platform
This commit is contained in:
@@ -54,6 +54,9 @@ public class Audio : EngineModule
|
||||
options.SourcePaths.Add(Path.Combine(Globals.EngineRoot, "Source", "Platforms", "PS5", "Engine", "Audio"));
|
||||
options.CompileEnv.PreprocessorDefinitions.Add("AUDIO_API_PS5");
|
||||
break;
|
||||
case TargetPlatform.Mac:
|
||||
useNone = true; // TODO: Audio support on Mac
|
||||
break;
|
||||
default: throw new InvalidPlatformException(options.Platform.Target);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user