Skip to content

Commit c2e29ca

Browse files
author
Stepan
authored
Merge pull request #7 from lunalabsltd/feature/LV-111-2
[LV-111] Removed Linux Fix
2 parents 3ad6b49 + 8332f91 commit c2e29ca

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)