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:
parent
40fc037aa4
commit
a1a834568a
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue