Skip to content

Commit

Permalink
Fix brotlienc error
Browse files Browse the repository at this point in the history
  • Loading branch information
ononoki1 authored Sep 8, 2023
1 parent 83f5c32 commit 7d6e78e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ ninja -j$(nproc) > /dev/null 2>&1
echo Fetch additional dependencies.
cd ../..
git clone --depth 1 --recursive https://github.com/google/ngx_brotli > /dev/null 2>&1
mkdir ngx_brotli/deps/brotli/out
cd ngx_brotli/deps/brotli/out
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=installed .. \
> /dev/null 2>&1
cmake --build . --config Release --target brotlienc > /dev/null 2>&1
cd ../../../..
git clone --depth 1 --recursive https://github.com/leev/ngx_http_geoip2_module > /dev/null 2>&1
git clone --depth 1 --recursive https://github.com/openresty/headers-more-nginx-module > /dev/null 2>&1
echo Build nginx.
Expand Down

0 comments on commit 7d6e78e

Please sign in to comment.