diff options
Diffstat (limited to 'devel/electron33/files/patch-build_rust_rust__bindgen.gni')
-rw-r--r-- | devel/electron33/files/patch-build_rust_rust__bindgen.gni | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/electron33/files/patch-build_rust_rust__bindgen.gni b/devel/electron33/files/patch-build_rust_rust__bindgen.gni deleted file mode 100644 index 6af1b9f8704e..000000000000 --- a/devel/electron33/files/patch-build_rust_rust__bindgen.gni +++ /dev/null @@ -1,19 +0,0 @@ ---- build/rust/rust_bindgen.gni.orig 2024-08-14 20:54:23 UTC -+++ build/rust/rust_bindgen.gni -@@ -11,14 +11,14 @@ if (is_win) { - import("//build/toolchain/win/win_toolchain_data.gni") - } - --_bindgen_path = "${rust_bindgen_root}/bin/bindgen" -+_bindgen_path = "${LOCALBASE}/bin/bindgen" - if (host_os == "win") { - _bindgen_path = "${_bindgen_path}.exe" - } - - # On Windows, the libclang.dll is beside the bindgen.exe, otherwise it is in - # ../lib. --_libclang_path = rust_bindgen_root -+_libclang_path = "${LOCALBASE}/llvm${MODCLANG_VERSION}" - if (host_os == "win") { - _libclang_path += "/bin" - } else { |