Skip to content

win32: build.sh: add proper quoting

The test call expects two values between an operator like = and the output of pkg-config can be null. In that case, no argument is given for an empty string without proper quoting and test signal an error.

Merge request reports