From b73b66ae6fd458b56461b47837cb6fea4bbfc491 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 4 Apr 2014 20:00:12 +0200 Subject: [PATCH] sigrok-cross-mingw: Don't add $PREFIX/bin to the PATH. That directory contains cross-compiled binaries, which cannot be run on the host anyway. --- cross-compile/mingw/sigrok-cross-mingw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cross-compile/mingw/sigrok-cross-mingw b/cross-compile/mingw/sigrok-cross-mingw index 7fba4f9..c86ada2 100755 --- a/cross-compile/mingw/sigrok-cross-mingw +++ b/cross-compile/mingw/sigrok-cross-mingw @@ -46,8 +46,8 @@ WGET="wget --quiet" # ----------------------------------------------------------------------------- -# We need to find tools in the toolchain and in the install directory. -export PATH=$PREFIX/bin:$MXE/usr/bin:$PATH +# We need to find tools in the toolchain. +export PATH=$MXE/usr/bin:$PATH P="$PREFIX/lib/pkgconfig" P2="$MXE/usr/i686-pc-mingw32/lib/pkgconfig" -- 2.30.2