Skip to content

Commit

Permalink
chore: fix typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp committed Feb 8, 2024
1 parent dd10277 commit 582de8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tool/lib/src/android_environment.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class AndroidEnvironment {

final cxxKey = 'CXX_${target.rust}';
final cxxValue = path.join(toolchainPath, 'clang++$exe');
final cxxfFlagsKey = 'CXXFLAGS_${target.rust}';
final cxxFlagsKey = 'CXXFLAGS_${target.rust}';
final cxxFlagsValue = targetArg;

final linkerKey =
Expand Down Expand Up @@ -152,7 +152,7 @@ class AndroidEnvironment {
ccKey: ccValue,
cfFlagsKey: cFlagsValue,
cxxKey: cxxValue,
cxxfFlagsKey: cxxFlagsValue,
cxxFlagsKey: cxxFlagsValue,
ranlibKey: ranlibValue,
rustFlagsKey: rustFlagsValue,
linkerKey: selfPath,
Expand Down

0 comments on commit 582de8b

Please sign in to comment.