aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/build.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 4c2fd8acb..fef234ac5 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -394,6 +394,16 @@ if [[ $PLATFORM = Darwin && "$BUILD_DEPS" == "1" ]] ; then
make install
popd
+ ./${SRC_DIR}/scripts/get-dep-lib.sh single . libmtp
+ pushd libmtp
+ echo 'N' | NOCONFIGURE="1" bash ./autogen.sh
+ mkdir -p build
+ cd build
+ CFLAGS="$OLDER_MAC" ../configure --prefix="$INSTALL_ROOT"
+ make -j4
+ make install
+ popd
+
./${SRC_DIR}/scripts/get-dep-lib.sh single . libftdi1
pushd libftdi1
mkdir -p build