commit | bd1888156a7e712f8c5273a405be040339e714ed | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Wed Feb 08 19:51:59 2023 +0900 |
committer | Yi Kong <yikong@google.com> | Wed Feb 08 19:54:05 2023 +0900 |
tree | 9266461a0925060c5390afc8e12186b39d861943 | |
parent | 3ec4e2494b3d7780cd695b247ef9cc0d8ca83231 [diff] [blame] |
Migrate to the new clang lib dir Test: presubmit Change-Id: I7ac7eb415a5f5c3d8b6d9298c1b4ccf2839aaea6
diff --git a/rust/bindgen.go b/rust/bindgen.go index e81ec6b..878f896 100644 --- a/rust/bindgen.go +++ b/rust/bindgen.go
@@ -52,7 +52,7 @@ if ctx.Config().UseHostMusl() { return "musl/lib/" } else { - return "lib64/" + return "lib/" } }) _ = pctx.SourcePathVariable("bindgenClang",