1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

Correct paths, to allow libmtp to build

Signed-off-by: rmorris <rmorris@rkmorris.us>
This commit is contained in:
rmorris 2023-02-08 19:42:39 -06:00 committed by Dirk Hohndel
parent 40fc037aa4
commit a1a834568a

View file

@ -498,9 +498,7 @@ if [[ $PLATFORM = Darwin && "$BUILD_DEPS" == "1" ]] ; then
pushd libmtp
patch -p1 < ../${SRC_DIR}/scripts/libmtp.patch || true
echo 'N' | NOCONFIGURE="1" bash ./autogen.sh
mkdir -p build
cd build
CFLAGS="$MAC_OPTS" ../configure --prefix="$INSTALL_ROOT"
CFLAGS="$MAC_OPTS" ./configure --prefix="$INSTALL_ROOT"
make -j4
make install
popd