Skip to content
Snippets Groups Projects
Commit 8d47a734 authored by Steve Lhomme's avatar Steve Lhomme Committed by Duncan McNamara
Browse files

buildsystem: don't force the contrib native binary directory

If the configure script needs to find a native tool that may be in there,
it will find it.
parent 14a692c2
No related branches found
No related tags found
1 merge request!106buildsystem: simplify configure call
......@@ -579,7 +579,6 @@ if [ ! -e $VLC_BUILD_DIR/config.h -o "$AVLC_RELEASE" = 1 ]; then
AS="${CROSS_TOOLS}as" \
PKG_CONFIG_LIBDIR=$VLC_SRC_DIR/contrib/$TARGET_TUPLE/lib/pkgconfig \
PKG_CONFIG_PATH=$VLC_SRC_DIR/contrib/$TARGET_TUPLE/lib/pkgconfig \
PATH=../contrib/bin:$PATH \
../configure --host=$TARGET_TUPLE \
--with-contrib=${VLC_SRC_DIR}/contrib/${TARGET_TUPLE} \
--prefix=${VLC_BUILD_DIR}/install/ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment