Skip to content

Commit

Permalink
Merge pull request #28 from rself/define-symbols-patch
Browse files Browse the repository at this point in the history
Bug fix for Developing Windows Standalone on Mac
  • Loading branch information
keijiro authored Mar 26, 2019
2 parents fe4857d + 2356e62 commit e70b2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Klak/Spout/Runtime/Internal/PluginEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ static class PluginEntry
{
internal enum Event { Update, Dispose }

#if UNITY_STANDALONE_WIN
#if UNITY_STANDALONE_WIN && !UNITY_EDITOR_OSX

internal static bool IsAvailable {
get {
Expand Down

0 comments on commit e70b2fd

Please sign in to comment.