Skip to content

Commit 7e6cdaf

Browse files
committed
1
1 parent 0892e57 commit 7e6cdaf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

308312
ifeq ($(OS_TYPE),macos)
309313
.package-build-prepare:

0 commit comments

Comments
 (0)