File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -302,8 +302,12 @@ build-examples:
302302 fi
303303
304304.package-build-prepare-windows :
305- if (-not (choco list --local-only --exact openssl.light | Select-String ' ^openssl.light$' )) { choco install openssl.light --no-progress -y }
306- if (-not (choco list --local-only --exact pkgconfiglite | Select-String ' ^pkgconfiglite$' )) { 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 \
310+ }
307311
308312ifeq ($(OS_TYPE ) ,macos)
309313.package-build-prepare :
You can’t perform that action at this time.
0 commit comments