We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fe231 commit cec8659Copy full SHA for cec8659
Assets/Plugins/macOS/Core/MacOSPlatformSpecifics.cs
@@ -45,7 +45,7 @@ public class EOSInitializeOptions
45
//-------------------------------------------------------------------------
46
public class MacOSPlatformSpecifics : PlatformSpecifics<MacOSConfig>
47
{
48
- public MacOSPlatformSpecifics() : base(PlatformManager.Platform.macOS, ".dylib") { }
+ public MacOSPlatformSpecifics() : base(PlatformManager.Platform.macOS) { }
49
50
51
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
0 commit comments