Skip to content

Commit

Permalink
Add special flags for boringssl
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jul 14, 2024
1 parent 7220f41 commit 877f9f9
Show file tree
Hide file tree
Showing 4 changed files with 508 additions and 391 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
export RANLIB=$TOOLCHAIN/bin/llvm-ranlib
export STRIP=$TOOLCHAIN/bin/llvm-strip
./configure --prefix=${{ runner.temp }}/install \
--with-android=yes \
--host=${{ matrix.host }} \
--with-zlib=${{ runner.temp }}/zlib \
--with-zstd=${{ runner.temp }}/zstd \
Expand Down Expand Up @@ -192,6 +193,7 @@ jobs:
export RANLIB=$TOOLCHAIN/bin/llvm-ranlib
export STRIP=$TOOLCHAIN/bin/llvm-strip
./configure --prefix=${{ runner.temp }}/install --enable-static \
--with-android=yes \
--host=${{ matrix.host }} \
--with-zlib=${{ runner.temp }}/zlib \
--with-zstd=${{ runner.temp }}/zstd \
Expand Down
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ $(boringssl_static_libs): boringssl.zip boringssl/.patched
-DCMAKE_C_COMPILER=$(CC) \
-DCMAKE_SYSTEM_NAME=$$system_name \
-DCMAKE_SYSTEM_PROCESSOR=$(host_cpu) \
$(EXTRA_CMAKE_FLAGS) \
-GNinja \
..
@ninja@ -j$(SUBJOBS)
Expand Down
Loading

0 comments on commit 877f9f9

Please sign in to comment.