From 9df9ed3a31979c027d7676e9526eda046d361d96 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 5 Aug 2014 21:15:36 +0200 Subject: [PATCH] sigrok-cross-mingw: Drop DDK include path again. This doesn't seem to be needed with MinGW-w64 (which we now require). --- cross-compile/mingw/sigrok-cross-mingw | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cross-compile/mingw/sigrok-cross-mingw b/cross-compile/mingw/sigrok-cross-mingw index 0989a5f..7208ab8 100755 --- a/cross-compile/mingw/sigrok-cross-mingw +++ b/cross-compile/mingw/sigrok-cross-mingw @@ -60,7 +60,6 @@ P2="$MXE/usr/$TOOLCHAIN_TRIPLET/lib/pkgconfig" C="--host=$TOOLCHAIN_TRIPLET --prefix=$PREFIX" CM="-DCMAKE_TOOLCHAIN_FILE=$MXE/usr/$TOOLCHAIN_TRIPLET/share/cmake/mxe-conf.cmake" L="--disable-shared --enable-static" -DDK="$MXE/usr/$TOOLCHAIN_TRIPLET/include/ddk" if [ $TARGET == "i686" ]; then export PKG_CONFIG_PATH_i686_w64_mingw32_static="$P:$P2" @@ -127,7 +126,7 @@ cp -f zadig.exe zadig_xp.exe $PREFIX $GIT_CLONE git://sigrok.org/libserialport cd libserialport ./autogen.sh -CFLAGS="-I$DDK" ./configure $C $L +./configure $C $L make $PARALLEL V=1 make install cd .. -- 2.30.2