Skip to content

Commit

Permalink
lib64 -> lib
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Oct 30, 2023
1 parent 6391048 commit 753fb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/lyra/toolchain/android/BUILD.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cc_toolchain_config(
abi_version = "local",
abi_libc_version = "local",
cxx_builtin_include_directories = [
'%{android_ndk}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/%{clang_version}/include',
'%{android_ndk}/toolchains/llvm/prebuilt/linux-x86_64/lib/clang/%{clang_version}/include',
'%sysroot%/usr/include',
'%sysroot%/usr/local/include',
"%{webrtc_include_dir}/third_party/libc++abi/src/include",
Expand Down

0 comments on commit 753fb47

Please sign in to comment.