summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mingw-cmake.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/mingw-cmake.sh b/mingw-cmake.sh
index 886f0a126ccf..d24b5baa2089 100644
--- a/mingw-cmake.sh
+++ b/mingw-cmake.sh
@@ -4,8 +4,6 @@ source mingw-env @TRIPLE@
mingw_prefix=/usr/@TRIPLE@
-export PKG_CONFIG_LIBDIR="${mingw_prefix}/lib/pkgconfig"
-
PATH=${mingw_prefix}/bin:$PATH cmake \
-DCMAKE_INSTALL_PREFIX:PATH=${mingw_prefix} \
-DCMAKE_INSTALL_LIBDIR:PATH=lib \