Skip to content

Commit acebd2c

Browse files
author
eggdai
committed
Fix not work by switch ios platform in WIN
1 parent 0550f35 commit acebd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper/csharp/src/bq/impl/log_invoker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace bq.impl
1818
{
1919
public class log_invoker
2020
{
21-
#if UNITY_IOS
21+
#if UNITY_IOS && !UNITY_EDITOR
2222
private const string LIB_NAME = "__Internal";
2323
#else
2424
private const string LIB_NAME = bq.lib_def.lib_log_name;

0 commit comments

Comments
 (0)