From: IOhannes m zmölnig (Debian/GNU) Date: Tue, 16 Aug 2022 12:36:17 +0000 (+0200) Subject: Don't try to not build helpers on armel X-Git-Tag: archive/raspbian/7.0.2_ds0-1+rpi1^2~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b74e08ef95a90dbeac3fde7d94c065b70c258860;p=juce.git Don't try to not build helpers on armel Gbp-Dch: ignore --- diff --git a/debian/rules b/debian/rules index 5c710762..dd1f991f 100755 --- a/debian/rules +++ b/debian/rules @@ -63,16 +63,12 @@ override_dh_auto_configure: $(empty) override_dh_auto_build-arch: -ifneq (,$(filter armel,$(DEB_HOST_ARCH))) dh_auto_build -- Projucer juce_lv2_helper -endif cp $(CURDIR)/examples/DemoRunner/Builds/iOS/DemoRunner/Images.xcassets/AppIcon.appiconset/Icon.png \ $(DEBIAN_BUILD_ARTIFACTS)/juce.png override_dh_auto_build-indep: -ifneq (,$(filter armel,$(DEB_HOST_ARCH))) dh_auto_build -- juce_lv2_helper -endif mkdir -p docs/doxygen/build cp docs/JUCE*.md docs/CMake*.md docs/doxygen/build/ make -C docs/doxygen