Skip to content

Commit 7b3a340

Browse files
committed
1
1 parent 7e6cdaf commit 7b3a340

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

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

312312
ifeq ($(OS_TYPE),macos)

0 commit comments

Comments
 (0)