Skip to content

Commit

Permalink
Stop declaring pkg-config binary in win64 cross file
Browse files Browse the repository at this point in the history
Meson 1.3.0 deprecates the setting in favor of "pkg-config" with a
dash.  We were just restating the default, so the setting isn't
necessary; remove it.

Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Nov 21, 2023
1 parent d317714 commit 8870f71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions machines/cross-win64.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ cpp = 'x86_64-w64-mingw32-g++'
ld = 'x86_64-w64-mingw32-ld'
objcopy = 'x86_64-w64-mingw32-objcopy'
objdump = 'x86_64-w64-mingw32-objdump'
# Fedora's ${build_host}-pkg-config clobbers search paths; avoid it
pkgconfig = 'pkg-config'
strip = 'x86_64-w64-mingw32-strip'
windres = 'x86_64-w64-mingw32-windres'

Expand Down

0 comments on commit 8870f71

Please sign in to comment.