1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-06-30 10:14:04 +00:00
NekoX/TMessagesProj/jni/patch_boringssl.sh
dependabot-preview[bot] 860f8a364b
Update libraries
2020-08-20 09:01:50 +00:00

7 lines
170 B
Bash
Executable File

#!/bin/bash
set -e
patch -d boringssl -p1 < patches/boringssl/0001-add-aes-ige-mode.patch
patch -d boringssl -p1 < patches/boringssl/0001-only-build-what-we-need.patch