From 47ff2619148ad17f6098f7e110def48264ff2031 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 13 Jan 2023 17:50:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81MACEditor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LuaProfiler/Runtime/Core/Driver/LuaDLL.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaProfiler/Runtime/Core/Driver/LuaDLL.cs b/LuaProfiler/Runtime/Core/Driver/LuaDLL.cs index 5681d6ee..ea8f1aa5 100644 --- a/LuaProfiler/Runtime/Core/Driver/LuaDLL.cs +++ b/LuaProfiler/Runtime/Core/Driver/LuaDLL.cs @@ -119,7 +119,7 @@ public static void lua_unref(IntPtr luaState, int reference) private static INativeHooker luaL_loadbuffer_hook; private static INativeHooker luaL_loadfile_hook; - #if UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + #if UNITY_EDITOR || UNITY_STANDALONE private static NativeUtilInterface nativeUtil = new WindowsNativeUtil(); #elif UNITY_ANDROID private static NativeUtilInterface nativeUtil = new AndroidNativeUtil();