mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-28 23:02:38 +00:00
23 lines
556 B
Diff
23 lines
556 B
Diff
--- a/comm/suite/Makefile.in
|
|
+++ b/comm/suite/Makefile.in
|
|
@@ -26,7 +26,7 @@
|
|
|
|
|
|
vendored-rust-check:
|
|
-ifdef MOZ_THUNDERBIRD_RUST
|
|
+ifeq (0,1)
|
|
@echo "Checking vendored Rust libs"
|
|
$(PYTHON3) $(commtopsrcdir)/python/rocbuild/rocbuild/rust.py verify_vendored_dependencies
|
|
endif
|
|
--- a/comm/mail/Makefile.in
|
|
+++ b/comm/mail/Makefile.in
|
|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
vendored-rust-check:
|
|
-ifdef MOZ_THUNDERBIRD_RUST
|
|
+ifeq (0,1)
|
|
@echo "Checking vendored Rust libs"
|
|
$(PYTHON3) $(commtopsrcdir)/python/rocbuild/rocbuild/rust.py verify_vendored_dependencies
|
|
endif
|