]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-mingw: Don't add $PREFIX/bin to the PATH.
authorUwe Hermann <redacted>
Fri, 4 Apr 2014 18:00:12 +0000 (20:00 +0200)
committerUwe Hermann <redacted>
Fri, 4 Apr 2014 18:00:12 +0000 (20:00 +0200)
That directory contains cross-compiled binaries, which cannot be run
on the host anyway.

cross-compile/mingw/sigrok-cross-mingw

index 7fba4f9a17865aefce253b2bd65a923eaea5abc1..c86ada2bf8ecf4c987f4f6c3d0f7b156cc05848e 100755 (executable)
@@ -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"