diff --git a/.ci/cross_toolchain.txt b/.ci/cross_toolchain.txt index 565643b93e..756888d3db 100644 --- a/.ci/cross_toolchain.txt +++ b/.ci/cross_toolchain.txt @@ -5,7 +5,7 @@ ar = 'x86_64-w64-mingw32-ar' ranlib = 'x86_64-w64-mingw32-ranlib' strip = 'x86_64-w64-mingw32-strip' windres = 'x86_64-w64-mingw32-windres' -pkgconfig = 'pkg-config' +pkgconfig = 'x86_64-w64-mingw32-pkg-config' [host_machine] system = 'windows'