Simplify managed method invoke generation for AOT vs JIT platforms
This commit is contained in:
@@ -106,6 +106,11 @@ namespace Flax.Build
|
||||
/// </summary>
|
||||
public virtual bool HasExecutableFileReferenceSupport => false;
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether that platform supports executing native code generated dynamically (JIT), otherwise requires ahead-of-time compilation (AOT).
|
||||
/// </summary>
|
||||
public virtual bool HasDynamicCodeExecutionSupport => true;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the executable file extension (including leading dot).
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user