Skip to content

Commit 6941b6f

Browse files
committed
external_deps: remove pkgconfig from Windows list
There was a stray pkgconfig in the list of required packages for one of the Windows platforms. pkgconfig only makes sense as a host-mode dependency. Also it crashes the compiler.
1 parent 54d119a commit 6941b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external_deps/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ setup_linux-arm64-default() {
11411141
common_setup linux aarch64-unknown-linux-gnu
11421142
}
11431143

1144-
base_windows_amd64_msvc_packages='pkgconfig zlib gmp nettle curl sdl2 glew png jpeg webp openal ogg vorbis opus opusfile naclsdk genlib'
1144+
base_windows_amd64_msvc_packages='zlib gmp nettle curl sdl2 glew png jpeg webp openal ogg vorbis opus opusfile naclsdk genlib'
11451145
all_windows_amd64_msvc_packages="${base_windows_amd64_msvc_packages}"
11461146

11471147
base_windows_i686_msvc_packages="${base_windows_amd64_msvc_packages}"

0 commit comments

Comments
 (0)