Skip to content

Commit 492129e

Browse files
marek-safarlambdageek
authored andcommitted
Update src/mono/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeFeature.Mono.cs
Co-authored-by: Aleksey Kliger (λgeek) <akliger@gmail.com>
1 parent bf69146 commit 492129e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mono/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeFeature.Mono.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static bool IsDynamicCodeSupported
1414

1515
public static bool IsDynamicCodeCompiled
1616
{
17-
#if TARGET_BROWSER || TARGET_IOS || TARGET_TVOS
17+
#if TARGET_BROWSER || TARGET_IOS || TARGET_TVOS || TARGET_MACCATALYST
1818
get => false;
1919
#else
2020
[Intrinsic] // the JIT/AOT compiler will change this flag to false for FullAOT scenarios, otherwise true

0 commit comments

Comments
 (0)