Skip to content

Commit

Permalink
Fix link hook typo (#150194)
Browse files Browse the repository at this point in the history
Fixes a typo in the link hook implementation.

cc @dcharkes
  • Loading branch information
mosuem authored Jun 21, 2024
1 parent 16e7ade commit a3f6a2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ Future<(Uri? nativeAssetsYaml, List<Uri> dependencies)> buildNativeAssetsSingleA
buildMode: buildModeCli,
workingDirectory: projectUri,
includeParentEnvironment: true,
cCompilerConfig: await buildRunner.ndkCCompilerConfigImpl,
cCompilerConfig: await buildRunner.cCompilerConfig,
buildResult: buildResult,
);
ensureNativeAssetsLinkSucceed(linkResult);
Expand Down

0 comments on commit a3f6a2b

Please sign in to comment.