Skip to content

Commit e8eb145

Browse files
author
Josh Peterson
committed
Don't include the IL2CPP file when building for Mono
1 parent 22db94b commit e8eb145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mono/mini/debugger-agent.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
#include "mini.h"
1010
#endif
1111

12+
#ifdef RUNTIME_IL2CPP
1213
#include "il2cpp-compat.h"
14+
#endif
1315
#include <mono/utils/mono-stack-unwinding.h>
1416

1517
MONO_API void

0 commit comments

Comments
 (0)