We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f82c40 commit 0ae95e2Copy full SHA for 0ae95e2
.github/workflows/mingw.yml
@@ -197,6 +197,9 @@ jobs:
197
198
mkdir _build && cd _build
199
200
+ export PKG_CONFIG_LIBDIR=/dev/null
201
+ unset PKG_CONFIG_PATH
202
+
203
../configure \
204
--host=x86_64-w64-mingw32 \
205
--build=x86_64-pc-linux-gnu \
@@ -259,6 +262,9 @@ jobs:
259
262
260
263
261
264
265
266
267
268
export CC=${{ matrix.arch }}-w64-mingw32-clang
269
export CXX=${CC}++
270
0 commit comments