Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
toor1245 committed Sep 14, 2023
1 parent ca04136 commit a998ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ cc_library(
defines = selects.with_or({
PLATFORM_OS_MACOS: ["HAVE_DLFCN_H"],
PLATFORM_OS_FREEBSD: ["HAVE_STRONG_ELF_AUX_INFO"],
PLATFROM_OS_LINUX: ["HAVE_STRONG_GETAUXVAL"],
PLATFROM_OS_ANDROID: ["HAVE_STRONG_GETAUXVAL"],
PLATFORM_OS_LINUX: ["HAVE_STRONG_GETAUXVAL"],
PLATFORM_OS_ANDROID: ["HAVE_STRONG_GETAUXVAL"],
"//conditions:default": [],
}),
includes = INCLUDES,
Expand Down

0 comments on commit a998ff0

Please sign in to comment.