File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -302,11 +302,11 @@ build-examples:
302302 fi
303303
304304.package-build-prepare-windows :
305- if (-not (choco list --local-only --exact openssl.light | Select-String ' ^openssl.light$$' )) { \
306- choco install openssl.light --no-progress -y \
307- }; \
308- if (-not (choco list --local-only --exact pkgconfiglite | Select-String ' ^pkgconfiglite$$' )) { \
309- choco install pkgconfiglite --no-progress -y \
305+ if (-not (choco list --local-only --exact openssl.light | Select-String ' ^openssl.light$$' )) {
306+ choco install openssl.light --no-progress -y
307+ };
308+ if (-not (choco list --local-only --exact pkgconfiglite | Select-String ' ^pkgconfiglite$$' )) {
309+ choco install pkgconfiglite --no-progress -y
310310 }
311311
312312ifeq ($(OS_TYPE ) ,macos)
You can’t perform that action at this time.
0 commit comments