From 6439a9b4410fe6c884c1494ded51422a214b5775 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 3 Dec 2020 12:42:09 -0800 Subject: build-system/mobile: force using our own ECM build If the OS has an older one installed, that is found first and the build fails. This way we know that ours is used. Signed-off-by: Dirk Hohndel --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/build.sh b/scripts/build.sh index fef234ac5..05921473b 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -533,6 +533,7 @@ for (( i=0 ; i < ${#BUILDS[@]} ; i++ )) ; do # pull the plasma-mobile components from upstream if building Subsurface-mobile if [ "$SUBSURFACE_EXECUTABLE" = "MobileExecutable" ] ; then bash ./scripts/mobilecomponents.sh + EXTRA_OPTS="$EXTRA_OPTS -DECM_DIR=$SRC/$SRC_DIR/mobile-widgets/3rdparty/ECM" fi mkdir -p "$BUILDDIR" -- cgit v1.2.3-70-g09d2