Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:alveus:tardis
chromium-beta
chromium-127-bindgen.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File chromium-127-bindgen.patch of Package chromium-beta
author: Andres Salomon <dilinger@debian.org> description: fix bindgen-related stuff Also, the call to bindgen sets the path for libclang to rust_bindgen_root, which is wrong. We're already passing clang_base_path with the path to libclang, there's no reason that we'd expect libclang to be in the same directory as bindgen. That fix should probably go upstream. --- a/build/rust/rust_bindgen.gni +++ b/build/rust/rust_bindgen.gni @@ -18,7 +18,7 @@ if (host_os == "win") { # On Windows, the libclang.dll is beside the bindgen.exe, otherwise it is in # ../lib. -_libclang_path = rust_bindgen_root +_libclang_path = clang_base_path if (host_os == "win") { _libclang_path += "/bin" } else {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor