diff --git a/cross-build-i686-w64-mingw32.sh b/cross-build-i686-w64-mingw32.sh index 61a38f8..a5c4b74 100755 --- a/cross-build-i686-w64-mingw32.sh +++ b/cross-build-i686-w64-mingw32.sh @@ -3,5 +3,3 @@ export CROSSBUILD=i686-w64-mingw32 export CROSSLIBPATH=/opt/mingw32/mingw/lib export CROSSBINPATH=/opt/mingw32/mingw/bin export PATH=/opt/mingw32/bin:$PATH -export PKG_CONFIG_PATH= -export PKG_CONFIG_LIBDIR=$CROSSLIBPATH/pkgconfig diff --git a/cross-build-x86_64-w64-mingw32.sh b/cross-build-x86_64-w64-mingw32.sh index bf4fadd..b00f244 100755 --- a/cross-build-x86_64-w64-mingw32.sh +++ b/cross-build-x86_64-w64-mingw32.sh @@ -4,6 +4,4 @@ export CROSSPATH=/opt/mingw64/mingw export CROSSLIBPATH=$CROSSPATH/lib export CROSSBINPATH=$CROSSPATH/bin export PATH=/opt/mingw64/bin:$PATH -export PKG_CONFIG_PATH= -export PKG_CONFIG_LIBDIR=$CROSSLIBPATH/pkgconfig