Skip to content

Commit

Permalink
Fix base class call in Android platform
Browse files Browse the repository at this point in the history
  • Loading branch information
belkiss committed Mar 30, 2022
1 parent 8d66bd5 commit 4f4791a
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -252,6 +252,8 @@ public override void SetupSdkOptions(IGenerationContext context)

public override void SelectCompilerOptions(IGenerationContext context)
{
base.SelectCompilerOptions(context);

var options = context.Options;
var cmdLineOptions = context.CommandLineOptions;
var conf = context.Configuration;
Expand Down

0 comments on commit 4f4791a

Please sign in to comment.