Skip to content

Commit 8332f91

Browse files
author
Stepan
committed
[LV-111] Removed Linux fix
1 parent 3ad6b49 commit 8332f91

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Utils/DynamicMethodDefinition.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,8 @@ public MethodInfo Generate(object context) {
205205

206206
if (_PreferCecil)
207207
return DMDCecilGenerator.Generate(this, context);
208-
#if !LUNA
208+
209209
if (Debug)
210-
#endif
211210
#if NETSTANDARD
212211
return DMDCecilGenerator.Generate(this, context);
213212
#else

0 commit comments

Comments
 (0)