trisquel-icecat/icecat/debian/patches/install-geckodriver.patch
2025-10-06 02:35:48 -06:00

14 lines
512 B
Diff

# https://bugzilla.mozilla.org/show_bug.cgi?id=1908788
diff -r cd88b12ff5ec testing/geckodriver/moz.build
--- a/testing/geckodriver/moz.build
+++ b/testing/geckodriver/moz.build
@@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-HOST_RUST_PROGRAMS += ["geckodriver"]
+RUST_PROGRAMS += ["geckodriver"]
# Some Rust build scripts compile C/C++ sources, don't error on warnings for them.
AllowCompilerWarnings()