Skip to content

Commit 9e8ba0c

Browse files
committed
build.ps1: build brotli for Android
This is currently preventing the Windows nightlies from passing. Ensure that we build the brotli library for Android as well.
1 parent 9956cda commit 9e8ba0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4215,6 +4215,7 @@ if (-not $SkipBuild) {
42154215
}
42164216

42174217
Invoke-BuildStep Build-ZLib $Build
4218+
Invoke-BuildStep Build-Brotli $Build
42184219
Invoke-BuildStep Build-XML2 $Build
42194220
Invoke-BuildStep Build-CURL $Build
42204221
}

0 commit comments

Comments
 (0)