Merge remote-tracking branch 'origin/1.5' into dotnet7
This commit is contained in:
@@ -130,6 +130,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